[]
Represents a collection of ContentRange elements.
public class ContentRangeCollection<T> : ContentCollection<T>, IContentList<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : ContentRange
T
The type of items in the collection.