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