Antlr4.Runtime.Sharpen.BitSet.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : bool
index int
Результат bool
        public bool this[int index]
        {
            get
            {
                return Get(index);
            }
            set
            {
                Set(index);
            }
        }