System.Reflection.Emit.MethodBuilder.ReturnParameter Property

Gets a System.Reflection.ParameterInfo object that contains information about the return type of the method, such as whether the return type has custom modifiers.

Syntax

public override System.Reflection.ParameterInfo ReturnParameter { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Compiler designers can use the System.Reflection.ParameterInfo object returned by this property to discover whether custom modifiers, such as Microsoft.VisualC.IsConstModifier, have been applied to the return type.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0