コード例 #1
0
 public LimitationTreeNode(LimitationTreeNode other) : base(other)
 {
     this.lg = other.lg;
 }