Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make obsolete duplicate methods #180

Open
DjArt opened this issue Mar 21, 2019 · 0 comments
Open

Make obsolete duplicate methods #180

DjArt opened this issue Mar 21, 2019 · 0 comments

Comments

@DjArt
Copy link
Contributor

DjArt commented Mar 21, 2019

All methods below and other similar just are copies of what they cause. So deprecate it, because will better, if methods will called directly.

public static IEnumerable<Module> GetModules(this Assembly assembly) {

public static IEnumerable<Type> GetImplementedInterfaces(this Type type) {

public static TypeCode GetTypeCode(this Type type) {

public static MethodInfo GetMethod(this Delegate d) {

public static bool ContainsGenericParameters(this Type type) {

public static bool IsInterface(this Type type) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant