Onism.Cldr.CldrTree.SelectNode C# (CSharp) Method

SelectNode() public method

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