Search Results

0
votes

Overloaded method calling overloaded method

If OuterMethod always calls InnerMethod, and InnerMethod only accepts an int or string, then OuterMethod<T> doesn't make any sense. If the only difference is that one calls I …