Kinds of IType.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum TypeKindFields
| Name | Description |
|---|---|
| Array | Array. |
| Class |
|
| Delegate |
|
| Dynamic |
|
| Enum |
|
| Error | At design time, a type that does not exist. |
| FunctionPointer | Function pointer ( |
| Interface |
|
| Pointer | Unmanaged pointer ( |
| RecordClass |
|
| RecordStruct |
|
| Struct |
|
| TypeParameter | Generic parameter. |