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

BitSet() public method

Construct a bitset of size one word (64 bits)
public BitSet ( ) : System.Collections.Generic
return System.Collections.Generic
        public BitSet()
            : this(BITS)
        {
        }

Same methods

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