getSequence() 공개 메소드

public getSequence ( string word ) : string
word string
리턴 string
예제 #1
0
        static void Main(string[] args)
        {
            WordForm x = new WordForm();

            Console.WriteLine(x.getSequence("AyYyEYye"));
            Console.ReadLine();
        }
예제 #2
0
 static void Main(string[] args)
 {
     WordForm x = new WordForm();
     Console.WriteLine(x.getSequence("AyYyEYye"));
     Console.ReadLine();
 }