Ejemplo n.º 1
0
 public void Set(TrackableEvaluation <T> outer, T value)
 => throw new NotImplementedException();
Ejemplo n.º 2
0
 public T Get(TrackableEvaluation <T> outer)
 => outer.evaluation();