Method | Description | |
---|---|---|
GetFriendlyMethodName ( this method ) : string |
Gets the friendly method name of the provided type, trimming generic parameters.
|
|
GetFriendlyMethodNameWithClass ( this method ) : string |
Gets the friendly method name with class of the provided type, trimming generic parameters.
|
public static GetFriendlyMethodName ( this method ) : string | ||
method | this | Type to get friendly method name for. |
return | string |
public static GetFriendlyMethodNameWithClass ( this method ) : string | ||
method | this | Type to get friendly method name with class for. |
return | string |