HTMLCollection Class
The HTMLCollection represents a generic collection of Element.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.DomDOMObject
    Aspose.Svg.CollectionsHTMLCollection

Namespace: Aspose.Svg.Collections
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public abstract class HTMLCollection : DOMObject, 
	IEnumerable<Element>, IEnumerable

The HTMLCollection type exposes the following members.

Constructors
  NameDescription
Protected methodHTMLCollection
Initializes a new instance of the HTMLCollection class
Properties
  NameDescription
Public propertyItem
Returns the index-th item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
Public propertyLength
The number of nodes in the list.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets the enumerator.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNamedItem
Returns the item in the collection matched specified name.
Public methodToString (Inherited from Object.)
See Also

Reference

System.Collections.GenericIEnumerableT
System.Collections.GenericIEnumerableT
SystemIDisposable