HtmlElementCollection Properties
.NET Framework 4.5
The HtmlElementCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements in the collection. |
|
Item[Int32] | Gets an item from the collection by specifying its numerical index. |
|
Item[String] | Gets an item from the collection by specifying its name. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Gets a value indicating whether access to the HtmlElementCollection is synchronized (thread safe). |
|
ICollection.SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the collection. |