コード例 #1
0
ファイル: CellSelectors.cs プロジェクト: zhangxt/GraphEngine
 internal t_cell_name_local_query_provider(LocalMemoryStorage storage)
 {
     s_cell_enumerable = new t_cell_name_Enumerable(storage);
 }
コード例 #2
0
 internal t_cell_name_local_query_provider(LocalMemoryStorage storage, LocalTransactionContext tx)
 {
     s_cell_enumerable = new t_cell_name_Enumerable(storage, tx);
 }