Exemplo n.º 1
0
 /// <summary>
 /// inserts an item to a node. if node splits, right split is returned other wise null is returned.
 /// </summary>
 public abstract KeyNodeItem?Insert <TArg>(ref InsertArguments <TArg> args, in NodeRelatives relatives);
Exemplo n.º 2
0
 public override KeyNodeItem?Insert <TArg>(ref InsertArguments <TArg> args, in NodeRelatives relatives)
 public InsertResult Insert(EphorteIdentity identity, InsertArguments arguments)
 {
     throw new NotImplementedException();
 }