[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.RevisionItemCollection-1

Class RevisionItemCollection<TItem>

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

The collection of the RevisionItem objects, base abstract class for AttrRevisionCollection and AttrClsRevisionCollection.

public abstract class RevisionItemCollection<TItem> : OwnedCollection<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IOwnedObject, IList, ICollection, IEnumerable where TItem : RevisionItem

Type Parameters

TItem
Inheritance
Collection<TItem>
RevisionItemCollection<TItem>
Implements
IList<TItem>
Derived
Inherited Members

Constructors

RevisionItemCollection()

protected RevisionItemCollection()

Properties

Owner

Gets the owning StructElement object.

public StructElement Owner { get; }

Property Value

StructElement