Ejemplo n.º 1
0
 public static global::Express.Demo.BlackBox DoSomethingCool <T>(
     this global::Express.Demo.BlackBox @this, T value)
 {
     @this.SomethingCool <T>(value);
     return(@this);
 }
Ejemplo n.º 2
0
 public static global::Express.Demo.BlackBox DoExplodeInTMinus(
     this global::Express.Demo.BlackBox @this, global::System.Int32 minutes, global::System.Single seconds)
 {
     @this.ExplodeInTMinus(minutes, seconds);
     return(@this);
 }
Ejemplo n.º 3
0
 public static global::Express.Demo.BlackBox SetPasscode(
     this global::Express.Demo.BlackBox @this, global::System.Int32 value)
 {
     @this.Passcode = value;
     return(@this);
 }
Ejemplo n.º 4
0
 public static global::Express.Demo.BlackBox SetItem(
     this global::Express.Demo.BlackBox @this, global::System.String name, global::System.Int32 value)
 {
     @this[name] = value;
     return(@this);
 }
Ejemplo n.º 5
0
 public static global::Express.Demo.BlackBox SetStuff(
     this global::Express.Demo.BlackBox @this, global::System.Collections.Generic.Dictionary <global::System.Nullable <global::System.Int32>, global::System.Collections.Generic.IEnumerable <global::System.Threading.Tasks.Task <global::System.Boolean> > > value)
 {
     @this.Stuff = value;
     return(@this);
 }