Ejemplo n.º 1
0
 public StubICompany Name_Set(Name_Set_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return(this);
 }
Ejemplo n.º 2
0
 public StubIDevice Name_Set(Name_Set_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return this;
 }