Onism.Cldr.CldrTree.SelectNode C# (CSharp) 메소드

SelectNode() 공개 메소드

public SelectNode ( string path ) : CldrTreeNode
path string
리턴 CldrTreeNode
        public CldrTreeNode SelectNode(string path) => this.Root.SelectNode(path);