Enum ReferenceKind
- Namespace
- ICSharpCode.Decompiler.TypeSystem
- Assembly
- ICSharpCode.Decompiler.dll
public enum ReferenceKind : byte
Fields
In = 3
None = 0
Out = 1
Ref = 2
Remarks
Should match order in FieldDirection.
public enum ReferenceKind : byte
In = 3
None = 0
Out = 1
Ref = 2
Should match order in FieldDirection.