コード例 #1
0
ファイル: TreeSystemStack.cs プロジェクト: yuexiaoyun/cloudb
 public override void SetLength(int value)
 {
     ActualLeaf.SetLength(value);
 }