System.CodeDom.FieldDirection Enumeration

Defines identifiers used to indicate the direction of parameter and argument declarations.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum FieldDirection

Remarks

System.CodeDom.FieldDirection allows for passing arguments to functions by reference, or using incoming or outgoing parameters.

Members

Member NameDescription
In

An incoming field.

Out

An outgoing field.

Ref

A field by reference.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0