[]
Gets the collection of this body's children of a specified type.
public IReadOnlyList<T> GetChildren<T>() where T : ContentObject
Public Function GetChildren(Of T As ContentObject)() As IReadOnlyList(Of T)
Type | Description |
---|---|
IReadOnlyList<T> | A readonly list of this object's children with the specified type. |
Name | Description |
---|---|
T | The requested type of child objects. |