示例#1
0
 public void LeafUpdateWrap(Leaf leaf)
 {
     leaf.Update(this);
 }
示例#2
0
 public bool TryGetValue(ulong key, out Leaf value)
 {
     return(leaves.TryGetValue(key, out value));
 }