Get() 개인적인 메소드

private Get ( ) : Orthography
리턴 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());
        }