[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.RevisionItemCollection-1

RevisionItemCollection<TItem> Class

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

Inheritance
Collection<TItem>
RevisionItemCollection<TItem>
Namespace: GrapeCity.Documents.Pdf.Structure
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class RevisionItemCollection<TItem> : OwnedCollection<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IOwnedObject, IList, ICollection, IEnumerable where TItem : RevisionItem
Public MustInherit Class RevisionItemCollection(Of TItem As RevisionItem)
    Inherits OwnedCollection(Of TItem)
    Implements IList(Of TItem), ICollection(Of TItem), IReadOnlyList(Of TItem), IReadOnlyCollection(Of TItem), IEnumerable(Of TItem), IOwnedObject, IList, ICollection, IEnumerable
Type Parameters
Name Description
TItem

Constructors

Name Description
RevisionItemCollection()

Properties

Name Description
Owner

Gets the owning StructElement object.