Example #1
0
 public IListIndex CreateIndex()
 {
     return(ListIndexFabric.Create <object, string>(this));
 }
Example #2
0
 public IListIndex CreateIndex()
 {
     return(ListIndexFabric.Create <T, V>(this));
 }