[Missing <summary> documentation for P:Org.LLRP.LTK.LLRPV1.DataType.Int32Array.Item(System.Int32)]
public int this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As Integer
public: property int default[int index] { int get (int index); void set (int index, int value); }