A read-only collection of a hierarchy node's children.
If the hierarchy is modified, the collection is invalidated.
Property | Description |
---|---|
Count | The number of children. |
this[int] | Gets the child at the specified index. |
Method | Description |
---|---|
GetEnumerator | Gets an enumerator for the children. |