SignatureTypeKind Enum

Definition

Indicates the type definition of the signature.

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

Fields

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.

Applies to