| ChildCollectionTParent, TChildSetParent Method |
Sets the parent of the given object.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax protected abstract void SetParent(
TChild child,
TParent parent
)
Protected MustOverride Sub SetParent (
child As TChild,
parent As TParent
)
protected:
virtual void SetParent(
TChild child,
TParent parent
) abstract
abstract SetParent :
child : 'TChild *
parent : 'TParent -> unit
Parameters
- child
- Type: TChild
The child object. - parent
- Type: TParent
The parent to set.
See Also