Item Property (ElementList)
In This Topic
Gets or sets the
Element at a specified index in the list.
Syntax
'Declaration
Public Shadows Default Property Item( _
ByVal As Integer _
) As Element
public new Element this[
int
]; {get; set;}
Parameters
- index
- Index of the element to get or set.
Property Value
The
Element at the specified index.
See Also