Enum TypeKind
Type kind.
public enum TypeKind
- Extension Methods
Fields
Array = 0Array type.
Dynamic = 1Dynamic type.
Generic = 3Generic type with known type arguments.
OpenGeneric = 4Generic type definition (without type arguments).
Regular = 2Non-generic type.
TypeArgument = 5Generic type argument.