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