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