| ChildCollectionTParent, TChildGetParent Method |
Gets the parent of an object.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax protected abstract TParent GetParent(
TChild child
)
Protected MustOverride Function GetParent (
child As TChild
) As TParent
protected:
virtual TParent GetParent(
TChild child
) abstract
abstract GetParent :
child : 'TChild -> 'TParent
Parameters
- child
- Type: TChild
The child object.
Return Value
Type:
TParentThe parent of
child.
See Also