コード例 #1
0
 public MemoryStore()
 {
     _index    = new ConcurrentDictionary <Guid, AccountIndexEntry>();
     _receiver = new StoreReceiver(this);
 }
コード例 #2
0
ファイル: MemoryStore.cs プロジェクト: genechiaramonte/dsl
 public MemoryStore()
 {
     _index = new ConcurrentDictionary<Guid, AccountIndexEntry>();
     _receiver = new StoreReceiver(this);
 }