Exemplo n.º 1
0
 public static Cooperator <TCurrInstruction> New <TCurrInstruction>(this Cooperator <TCurrInstruction> cooperator)
 {
     return(cooperator.Clone() as Cooperator <TCurrInstruction>);
 }
Exemplo n.º 2
0
 public static Cooperator New(this Cooperator cooperator)
 {
     return(cooperator.Clone());
 }