
public class HtmlElementInfoCollection : IEnumerablePublic Class HtmlElementInfoCollection
	Implements IEnumerablepublic ref class HtmlElementInfoCollection : IEnumerabletype HtmlElementInfoCollection = 
    class
        interface IEnumerable
    end| HtmlElementInfoCollection | Initializes a new instance of the HtmlElementInfoCollection class | 
| Count | The number of HtmlElementInfo objects in collection. | 
| Item | Returns the HtmlElementInfo object at the given index in collection | 
| Clear | Removes all the elements from the HTML elements info collection | 
| Equals | (Inherited from Object) | 
| Finalize | (Inherited from Object) | 
| FindElementByCollectID | Searches a HtmlElementInfo object in collection of retrieved HTML elements by collect ID defined with the data-collect-id attribute in HTML | 
| FindElementByID | Searches a HtmlElementInfo object in collection of retrieved HTML elements by HTML element ID | 
| FindElementByTag | Searches a HtmlElementInfo in collection by HTML element tag name | 
| GetEnumerator | Returns the collection enumerator | 
| GetHashCode | (Inherited from Object) | 
| GetType | (Inherited from Object) | 
| MemberwiseClone | (Inherited from Object) | 
| ToString | (Inherited from Object) |