System.Reflection.ParameterInfo.IsOut Property

Gets a value indicating whether this is an output parameter.

Syntax

public bool IsOut { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This method depends on an optional metadata flag. This flag can be inserted by compilers, but the compilers are not obligated to do so.

This method utilizes the Out flag of the ParameterAttributes enumerator.

To get the System.Reflection.ParameterInfo array, first get the method or the constructor and then call MethodBase.GetParameters.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0