Represents a subset from collection of specified type entities.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract class DocumentSubsetCollection : OwnerHolder, 
	IDocumentObjectCollection, ICollectionBase, IEnumerable
Public MustInherit Class DocumentSubsetCollection
	Inherits OwnerHolder
	Implements IDocumentObjectCollection, ICollectionBase, IEnumerable
public ref class DocumentSubsetCollection abstract : public OwnerHolder, 
	IDocumentObjectCollection, ICollectionBase, IEnumerable
[<AbstractClassAttribute>]
type DocumentSubsetCollection =  
    class
        inherit OwnerHolder
        interface IDocumentObjectCollection
        interface ICollectionBase
        interface IEnumerable
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Clear()()()()
Removes all entities
Count
Gets the count.
Document
Gets the document.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetByIndex(Int32)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([( Int32])])
Gets the DocumentObject at the specified index.
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Owner
Gets the owner.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also