public void LeafUpdateWrap(Leaf leaf) { leaf.Update(this); }
public bool TryGetValue(ulong key, out Leaf value) { return(leaves.TryGetValue(key, out value)); }