CodeTypeReferenceOptions Enumeration
.NET Framework (current version)
Specifies how the code type reference is to be resolved.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| GenericTypeParameter | Resolve the type from the type parameter. | |
| GlobalReference | Resolve the type from the root namespace. |
.NET Framework
Available since 2.0
Available since 2.0
Show: