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.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
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