'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As Object
'Usage Dim instance As ImGearCapArray Dim index As Integer Dim value As Object instance.Item(index) = value value = instance.Item(index)
public object this[ int index ]; {get; set;}
public: __property Object* get_Item int index ; public: __property void set_Item int index, Object* value ;
public: property Object^ default [int] { Object^ get(int index); void set (int index, Object^ value); }
ImGearCapArray Class ImGearCapArray Members
©2016. Accusoft Corporation. All Rights Reserved.