GetCachedMethodInfo(MethodInfo)
Gets the CachedMethodInfo for a given MethodInfo.
Declaration
protected CachedMethodInfo GetCachedMethodInfo(MethodInfo method)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | method | A MethodInfo. |
Returns
Type | Description |
---|---|
CachedMethodInfo | The CachedMethodInfo for |