Esempio n. 1
0
 public static global::Express.Demo.Dog SetFriends(
     this global::Express.Demo.Dog @this, global::System.Collections.Generic.List <global::Express.Demo.Dog> value)
 {
     @this.Friends = value;
     return(@this);
 }
Esempio n. 2
0
 public static global::Express.Demo.Dog SetColor(
     this global::Express.Demo.Dog @this, global::System.String value)
 {
     @this.Color = value;
     return(@this);
 }
Esempio n. 3
0
 public static global::Express.Demo.Dog SetLuckyNumber(
     this global::Express.Demo.Dog @this, global::System.Int32 value)
 {
     @this.LuckyNumber = value;
     return(@this);
 }