Exemple #1
0
 public DerivedDependencyValue(ComputeValueAsyncCtDelegate recompute)
 {
     this.recompute = recompute;
 }
Exemple #2
0
 public static ComputeValueAsyncCtDelegate ToAsyncCtDelegate(ComputeValueAsyncCtDelegate f) => f;