Click or drag to resize
DigitalRuneChildCollectionTParent, TChildSetParent Method
Sets the parent of the given object.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected abstract void SetParent(
	TChild child,
	TParent parent
)

Parameters

child
Type: TChild
The child object.
parent
Type: TParent
The parent to set.
See Also