[]
        
(Showing Draft Content)

C1.DataCollection.ITreeDataCollection-1.GetChildren

GetChildren Method

GetChildren(int)

Gets the children of the item at the specified index.

Declaration
IDataCollection<out T> GetChildren(int index)
Parameters
Type Name Description
int index

The index of item to ask for its children.

Returns
Type Description
IDataCollection<T>