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;
        }