IsOutputParameter(ParameterKind)
Determines whether a parameter of a given ParameterKind has a meaningful output value (but is not the return parameter; in C#, that's ref and out parameters).
Declaration
public static bool IsOutputParameter(this ParameterKind parameterKind)Parameters
| Type | Name | Description |
|---|---|---|
| ParameterKind | parameterKind |
Returns
| Type | Description |
|---|---|
| bool |
|