Antlr.Runtime.BitSet.BitSet C# (CSharp) Method

BitSet() private method

private BitSet ( ulong bits ) : System.Collections.Generic
bits ulong
return System.Collections.Generic
        public BitSet( ulong[] bits )
        {
            _bits = bits;
        }

Same methods

BitSet::BitSet ( ) : System.Collections.Generic
BitSet::BitSet ( IEnumerable items ) : System.Collections.Generic
BitSet::BitSet ( int nbits ) : System.Collections.Generic