Pchp.Library.CharMap.CharMap C# (CSharp) Method

CharMap() public method

Creates a new instance of CharMap.
public CharMap ( int size ) : System
size int The number of characters to be mapped.
return System
        public CharMap(int size)
        {
            this.flags = new uint[size / 32];
            this.lastDirty = -1;
        }

Same methods

CharMap::CharMap ( uint map ) : System