Gets the mapping at the specified zero based index from collection.
| C# | Visual Basic | Visual C++ |
public HtmlElementMapping this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As HtmlElementMapping
public: property HtmlElementMapping^ default[int index] { HtmlElementMapping^ get (int index); }
- index (Int32)
- The zero based index of the mapping.
The mapping at the specified index in collection. Returns null
if the index is out of collection bounds.