UsingStatementKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The kind of using statement.
public enum class UsingStatementKind
public enum UsingStatementKind
type UsingStatementKind =
Public Enum UsingStatementKind
- Inheritance
-
UsingStatementKind
Fields
Name | Value | Description |
---|---|---|
Assembly | 0 | A parse time reference to an assembly. |
Command | 1 | A parse time command alias. |
Module | 2 | A parse time reference or alias to a module. |
Namespace | 3 | A parse time statement that allows specifying types without their full namespace. |
Type | 4 | A parse time type alias (type accelerator). |