Example #1
0
 public static Action DelayedSetTo <T>(SettableTo <T> target, T value)
 {
     return(delegate() { target.SetTo(value); });
 }