コード例 #1
0
 public Node this[string name]
 {
     get { return(SubNodes?.Find(x => x.Name == name)); }
 }