Class CollectionImpl
Represents the collection interface.
Inheritance
System.Object
CollectionImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public abstract class CollectionImpl : OwnerHolder
Constructors
CollectionImpl(WordDocument, OwnerHolder)
Initializes a new instance of the CollectionImpl class.
Declaration
protected CollectionImpl(WordDocument doc, OwnerHolder owner)
Parameters
Type | Name | Description |
---|---|---|
WordDocument | doc | The WordDocument object. |
OwnerHolder | owner | The The OwnerHolder object. |
Properties
Count
Gets the number of items in the collection.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The integer that specifies the count of items. |
Methods
GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator | An System.Collections.IEnumerator object that can be used to iterate through the collection. |