Inheritance
System.Object
ContainerParentDataMixinParentData<ChildType>
public abstract class ContainerParentDataMixinParentData<ChildType> : ParentData, ContainerParentDataMixin<ChildType> where ChildType : RenderObject
Type Parameters
Name |
Description |
ChildType |
|
Properties
Declaration
public ChildType nextSibling { get; set; }
Property Value
Type |
Description |
ChildType |
|
Implements
Declaration
public ChildType previousSibling { get; set; }
Property Value
Type |
Description |
ChildType |
|
Implements
Methods
Declaration
public override void detach()
Overrides