Beispiel #1
0
 public SortedList <long, VectorNode> GetIndex(ulong collectionId)
 {
     return(_index.GetOrCreateIndex(collectionId));
 }
Beispiel #2
0
 protected SortedList <uint, VectorNode> GetIndex(ulong collectionId)
 {
     return(_index.GetOrCreateIndex(collectionId));
 }