System.Collections.Specialized.BitVector32.this C# (CSharp) Méthode

this() public méthode

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

Same methods

BitVector32::this ( System section ) : int