[]
Represents a collection of ContentObject.
public class ContentObjectCollection<T> : ContentCollection<T>, IContentList<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : ContentObject
Public Class ContentObjectCollection(Of T As ContentObject)
Inherits ContentCollection(Of T)
Implements IContentList(Of T), IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable
Name | Description |
---|---|
T | The type of items in the collection. |