[To be supplied.]
[C#] In C#, this member is the indexer for the BitVector32 class.
Sets or checks the value for the specfied section.
[Visual Basic] Overloads Public Default Property Item(Section) As Integer
[C#] public int this[Section] {get; set;}
[C++] public: __property int get_Item(Section);
public: __property void set_Item(Section, int);
[JScript] BitVector32.Item (Section)
Sets or checks that ALL the bits specfied are set.
[Visual Basic] Overloads Public Default Property Item(Integer) As Boolean
[C#] public bool this[int] {get; set;}
[C++] public: __property bool get_Item(int);
public: __property void set_Item(int, bool);
[JScript] BitVector32.Item (int)
BitVector32 Structure | BitVector32 Members | System.WinForms Namespace