IDataObject<TObject>.Children Property

Enumerates the children of the object.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
IEnumerable<TObject> Children { get; }

Property Value

IEnumerable<TObject>

See Also