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