mscorlib(4.0.0.0) API with additions
FieldDirection.cs
2 
3 namespace System.CodeDom
4 {
7  [ComVisible(true)]
8  public enum FieldDirection
9  {
11  In,
13  Out,
15  Ref
16  }
17 }
Definition: __Canon.cs:3
Specifies that the class can be serialized.
FieldDirection
Defines identifiers used to indicate the direction of parameter and argument declarations.