Click or drag to resize

ElementCollectionT Class

Represents a base generic class for Element collections.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElementCollection
    SautinSoft.DocumentElementCollectionT
      More

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public abstract class ElementCollection<T> : ElementCollection, 
	IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
where T : Element

Type Parameters

T
An Element derived type.

The ElementCollectionT type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets or sets the element at the specified index.
Top
Methods
 NameDescription
Public methodAdd Adds an item to the ICollectionT.
Public methodContains Determines whether the ICollectionT contains a specific value.
Public methodCopyTo Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumerator Gets an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific item in the IListT.
Public methodInsert Inserts an item to the IListT at the specified index.
Public methodRemove Removes the first occurrence of a specific object from the ICollectionT.
Top
See Also
Inheritance Hierarchy