Nuve.Reader.RootLexiconReader.RootLexiconReader C# (CSharp) Method

RootLexiconReader() public method

public RootLexiconReader ( Orthography orthography ) : System
orthography Nuve.Orthographic.Orthography
return System
        public RootLexiconReader(Orthography orthography)
        {
            _orthography = orthography;
        }