Пример #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));
 }