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

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