Click or drag to resize
DigitalRuneChildCollectionTParent, TChildGetParent Method
Gets the parent of an object.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected abstract TParent GetParent(
	TChild child
)

Parameters

child
Type: TChild
The child object.

Return Value

Type: TParent
The parent of child.
See Also