'Declaration Public Function GetInnerCollection(Of T As ContentObject)() As ContentObjectCollection(Of T)
public ContentObjectCollection<T> GetInnerCollection<T>() where T: ContentObject
Type Parameters
- T
- The type of items in the collection.
Return Value
The newly created ContentObjectCollection<T>.