예제 #1
0
        public RetObj MyMethod(IObject obj)
        {
            var ret = obj.AnotherMethod();

            return(ret);
        }
예제 #2
0
 public RetObj MyMethod(IObject obj)
 {
     var ret = obj.AnotherMethod();
     return ret;
 }