[]
        
Represents a collection of ContentRange elements.
public class ContentRangeCollection<T> : ContentCollection<T>, IContentList<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : ContentRange
  Public Class ContentRangeCollection(Of T As ContentRange)
    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.  |