Why are extension methods only allowed in non-nested, non-generic static class?

Viewed 6699

Why are extension methods only allowed in non-nested, non-generic static class? Is it useless to consider extension methods in nested, generic static class?

3 Answers
Related