CreateBaseNode() 공개 정적인 메소드

public static CreateBaseNode ( string name ) : Kn5Node
name string
리턴 Kn5Node
예제 #1
0
 public static Kn5 CreateEmpty()
 {
     return(new Kn5 {
         RootNode = Kn5Node.CreateBaseNode("Root")
     });
 }