Item Property (ItemCollection<T>)
In This Topic
Gets the collection item by specified index.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As
public this[
int
]; {get; set;}
Parameters
- index
- Index of the desired item.
See Also