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