Click or drag to resize

CollectionEx Class

Inheritance Hierarchy
SystemObject
  Spire.DocOwnerHolder
    Spire.Doc.CollectionsCollectionEx
      More...

Namespace:  Spire.Doc.Collections
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public abstract class CollectionEx : OwnerHolder, 
	IEnumerable

The CollectionEx type exposes the following members.

Constructors
  NameDescription
Protected methodCollectionEx
Initializes a new instance of the CollectionEx class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of items in the collection.
Public propertyDocument
Gets the document.
(Inherited from OwnerHolder.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also
Inheritance Hierarchy