Gets an item from the array by index.
Syntax
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);
}
Parameters
- index
- The index of the item to retrieve.
See Also