Ejemplo n.º 1
0
 public static global::Express.Demo.Widget <T> DoSomething <T>(
     this global::Express.Demo.Widget <T> @this, T value)
 {
     @this.Something(value);
     return(@this);
 }
Ejemplo n.º 2
0
 public static global::Express.Demo.Widget <T> DoDoublyGenericMethod <T, U>(
     this global::Express.Demo.Widget <T> @this, global::System.Int32 n)
 {
     @this.DoublyGenericMethod <U>(n);
     return(@this);
 }
Ejemplo n.º 3
0
 public static global::Express.Demo.Widget <T> SetValue <T>(
     this global::Express.Demo.Widget <T> @this, T value)
 {
     @this.Value = value;
     return(@this);
 }