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 |
|