Click or drag to resize
DigitalRuneChildCollectionTParent, TChildParent Property
Gets (or sets) the parent which owns this child collection.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public TParent Parent { get; protected set; }

Property Value

Type: TParent
The parent.
See Also