[]
Gets the children of the item at the specified index.
IDataCollection<out T> GetChildren(int index)
Function GetChildren(index As Integer) As IDataCollection(Of Out T)
| Type | Name | Description |
|---|---|---|
| int | index | The index of item to ask for its children. |
| Type | Description |
|---|---|
| IDataCollection<T> |