MBGen.WordList.WordList C# (CSharp) Method

WordList() public method

public WordList ( BinaryReader reader, int &total ) : System
reader System.IO.BinaryReader
total int
return System
        public WordList(BinaryReader reader, ref int total)
        {
            Load(reader, ref total);
        }

Same methods

WordList::WordList ( string path, int &total ) : System