System.CodeDom.FieldDirection Enumeration
Assembly:
System.dll
Namespace:
System.CodeDom
Summary
Specifies identifiers used to indicate the direction of parameter and argument declarations.
C# Syntax:
[Serializable]
public enum FieldDirection
Remarks
FieldDirection
allows for passing arguments to functions by reference, or using incoming or outgoing parameters.
See also:
System.CodeDom Namespace
System.CodeDom.FieldDirection Member List:
Public Fields
In
An incoming field.
Out
An outgoing field.
Ref
A field by reference.
Hierarchy:
System.Object
System.ValueType
System.Enum
System.CodeDom.FieldDirection
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.