In This Topic
Gets the element at the specified index.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Icon
'Usage
Dim instance As IconSet
Dim index As Integer
Dim value As Icon
value = instance.Item(index)
public Icon this[
int
]; {get;}
Parameters
- index
- The zero-based index of the element to get.
See Also