Antlr.Runtime.BitSet.LengthInLongWords C# (CSharp) Метод

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

return how much space is being used by the bits array not how many actually have member bits on.
public LengthInLongWords ( ) : int
Результат int
        public int LengthInLongWords()
        {
            return _bits.Length;
        }