public RetObj MyMethod(IObject obj) { var ret = obj.AnotherMethod(); return(ret); }
public RetObj MyMethod(IObject obj) { var ret = obj.AnotherMethod(); return ret; }