Get() private method

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

            return(reader.Get());
        }