Get() private method

private Get ( ) : Orthography
return Nuve.Orthographic.Orthography
Esempio n. 1
0
 public static Orthography Read(XmlDocument xml)
 {
     var reader = new OrthographyReader(xml);
     return reader.Get();
 }
Esempio n. 2
0
        public static Orthography Read(XmlDocument xml)
        {
            var reader = new OrthographyReader(xml);

            return(reader.Get());
        }