MethodBaseExtensions Class

Defines extensions methods related to extension functions for MethodBase instances.

Definition

Namespace: Gemstone.Reflection.MethodBaseExtensions
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public static class MethodBaseExtensions
Inheritance
Object    MethodBaseExtensions

Methods

GetFriendlyMethodName Gets the friendly method name of the provided type, trimming generic parameters.
GetFriendlyMethodNameWithClass Gets the friendly method name with class of the provided type, trimming generic parameters.

See Also