'Declaration Public Function GetChildren(Of T As ContentObject)() As System.Collections.Generic.IReadOnlyList(Of T)
public System.Collections.Generic.IReadOnlyList<T> GetChildren<T>() where T: ContentObject
Type Parameters
- T
- The requested type of child objects.
Return Value
A readonly list of this object's children with the specified type.