コード例 #1
0
 public IExpectation <TBase> As <TBase>()
 {
     return(new Expectation <TBase>(_cmd.As <TBase>()));
 }