public this[
int
]; {get; set;}
public: __property get_Item int
;
public: __property void set_Item int ,
;
public:
property default [int] {
get(int );
void set (int , value);
}
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As
'Usage
Dim instance As ImGearXMPArray(Of T)
Dim index As Integer
Dim value As
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- The zero-based index of the element to get or set.
Property Value
The element at the specified index.