[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentRangeCollection-1

Class ContentRangeCollection<T>

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of ContentRange elements.

public class ContentRangeCollection<T> : ContentCollection<T>, IContentList<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : ContentRange

Type Parameters

T

The type of items in the collection.

Inheritance
object
ContentRangeCollection<T>
Implements
System.Collections.Generic.IReadOnlyList<T><T>
System.Collections.Generic.IReadOnlyCollection<T><T>
System.Collections.Generic.IEnumerable<T><T>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()