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