C# Class CK.Plugins.ObjectExplorer.ILogExtension

Show file Open project: Invenietis/ck-certified

Public Methods

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

Private Methods

Method Description
TypeStringCleaner ( string s ) : string

Method Details

GetCleanSignature() public static method

public static GetCleanSignature ( this m ) : string
m this
return string

GetSimpleSignature() public static method

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