Antlr4.Runtime.Sharpen.BitSet.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : bool
index int
Résultat bool
        public bool this[int index]
        {
            get
            {
                return Get(index);
            }
            set
            {
                Set(index);
            }
        }