コード例 #1
0
 public SortedList <long, VectorNode> GetIndex(ulong collectionId)
 {
     return(_index.GetOrCreateIndex(collectionId));
 }
コード例 #2
0
ファイル: SessionFactory.cs プロジェクト: kreeben/u-sir
 protected SortedList <uint, VectorNode> GetIndex(ulong collectionId)
 {
     return(_index.GetOrCreateIndex(collectionId));
 }