System.Collections.Specialized.BitVector32.this C# (CSharp) Method

this() public method

public this ( int bit ) : bool
bit int
return bool
        public bool this[int bit] { get { throw null; } set { } }
        public static int CreateMask() { throw null; }

Same methods

BitVector32::this ( System section ) : int