Open sandboxFocus

Method IsParameter

IsParameter(ParameterKind)

Determines whether a parameter is a "real" parameter, and not the return parameter.

Declaration
public static bool IsParameter(this ParameterKind parameterKind)
Parameters
Type Name Description
ParameterKind parameterKind
Returns
Type Description
bool

true if parameterKind equals to InValue, ByRefIn, ByRefOut or ByRefInOut, otherwise false.