TypeKind 列挙型

定義

使用できる種類の型シンボルの列挙。

public enum class TypeKind
public enum TypeKind
type TypeKind = 
Public Enum TypeKind
継承
TypeKind

フィールド

Array 1

型は配列型です。

Class 2

型はクラスです。

Delegate 3

型はデリゲートです。

Dynamic 4

型は動的です。

Enum 5

型は列挙型です。

Error 6

型はエラーの種類です。

FunctionPointer 13

型は関数ポインターです。

Interface 7

型はインターフェイスです。

Module 8

型はモジュールです。

Pointer 9

型はポインターです。

Struct 10

型が C# 構造体または VB 構造体である

Structure 10

型が C# 構造体または VB 構造体である

Submission 12

種類は対話型の申請です。

TypeParameter 11

型は型パラメーターです。

Unknown 0

型の種類は未定義です。

適用対象