MethodInfoExtensions¶
Namespace:
SideXP.Core
Obsolete forwarder kept for backward compatibility after MethodInfoExtensions was moved to the SideXP.Core.Reflection namespace. The methods here are intentionally not extension methods, so they never clash with the real ones when both namespaces are imported.
Methods¶
GetSignature(MethodInfo)¶
Gets the complete signature of the given function info.
Parameters
functionInfo: The informations about the function you want to get the signature.
Returns
Returns the complete signature of the function.