Method OfParameterType
OfParameterType<T>(IParameterList)
Selects the parameters of a given type.
Declaration
public static IEnumerable<IParameter> OfParameterType<T>(this IParameterList parameters)
Parameters
Returns
Type Parameters
OfParameterType(IParameterList, Type)
Selects the parameters of a given type.
Declaration
public static IEnumerable<IParameter> OfParameterType(this IParameterList parameters, Type type)
Parameters
Returns
OfParameterType(IParameterList, IType)
Selects the parameters of a given type.
Declaration
public static IEnumerable<IParameter> OfParameterType(this IParameterList parameters, IType type)
Parameters
Returns