Extensions.CachedParameterTypes(MethodBase) Method

Definition

public static System.Collections.Generic.IReadOnlyList<Type> CachedParameterTypes (this System.Reflection.MethodBase method);
static member CachedParameterTypes : System.Reflection.MethodBase -> System.Collections.Generic.IReadOnlyList<Type>
<Extension()>
Public Function CachedParameterTypes (method As MethodBase) As IReadOnlyList(Of Type)

Parameters

method
MethodBase

Returns

Applies to