예제 #1
0
 public DataBlockSource()
 {
     _weakSeries = new MutableSeries <TKey, WeakReference <DataBlock> >(DataBlock.Create());
 }
예제 #2
0
 public bool TryGetValue(TKey key, out DataBlock value)
 {
     throw new NotImplementedException();
 }