Method | Description | |
---|---|---|
GetCleanSignature ( this m ) : string | ||
GetSimpleSignature ( this m ) : string |
Extension method for classes implementing the MethodInfo interface, gets the Method's signature, in order to distinguish different overrides
|
Method | Description | |
---|---|---|
TypeStringCleaner ( string s ) : string |
public static GetCleanSignature ( this m ) : string | ||
m | this | |
return | string |
public static GetSimpleSignature ( this m ) : string | ||
m | this | |
return | string |