示例#1
0
 protected Leaf(DeltaTree deltaTree, int i) : base(deltaTree, i)
 {
     _length = 1;
 }
示例#2
0
 public CodeLeaf(CodeInsert codeInsert, DeltaTree deltaTree, int i) : base(deltaTree, i)
 {
     CorrespondingInsert = codeInsert;
 }