Skip to main content
All docs
V26.1
  • ObjectCollectionBase<T> Class

    The base class for collections of PDF objects.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public abstract class ObjectCollectionBase<T> :
        IList<T>,
        ICollection<T>,
        IEnumerable<T>,
        IEnumerable,
        ICommandNotifier
        where T : class

    Type Parameters

    Name Description
    T

    The type of the collection’s elements. This type must be a reference type.

    See Also