MethodInfoExtensions¶
Namespace:
SideXP.Core.Reflection
Extension functions for MethodInfo values.
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.