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