UsingStatementKind Enum

Definition

The kind of using statement.

public enum class UsingStatementKind
public enum UsingStatementKind
type UsingStatementKind = 
Public Enum UsingStatementKind
Inheritance
UsingStatementKind

Fields

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).

Applies to