SignatureTypeKind 列挙型
定義
シグネチャの型定義を示します。Indicates the type definition of the signature.
public enum class SignatureTypeKind
public enum SignatureTypeKind
type SignatureTypeKind =
Public Enum SignatureTypeKind
- 継承
フィールド
Class | 18 | 型定義または型参照はクラスを参照します。The type definition or reference refers to a class. |
Unknown | 0 | 型参照または型定義がクラスか値の型ではない場合、現在のコンテキストでは認識されません。It isn't known in the current context if the type reference or definition is a class or value type. |
ValueType | 17 | 型定義または型参照は値の型を参照します。The type definition or reference refers to a value type. |