IsByRefParameter(ParameterKind)
Determines whether a parameter of a given ParameterKind is passed by reference (but is not the return parameter).
Declaration
public static bool IsByRefParameter(this ParameterKind parameterKind)
Parameters
Type | Name | Description |
---|---|---|
ParameterKind | parameterKind |
Returns
Type | Description |
---|---|
bool |
|