Ejemplo n.º 1
0
 public ProxyLayer(IReadOnlyBlockLayer <BlockData <T> > innerLayer)
 {
     this._innerLayer = innerLayer;
 }
Ejemplo n.º 2
0
 public SnapshotBlockLayer(Func <Point, ExpectedData <T> > expectedBlocks, IReadOnlyBlockLayer <BlockData <T> > innerLayer)
 {
     this._expectedBlocks = expectedBlocks;
     this._innerLayer     = innerLayer;
 }