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