Special types, such as Void.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum SpecialType
Fields
Name | Description |
---|---|
Boolean | bool. |
Byte | byte. |
Char | char. |
Count | Number of items in this enumeration. |
Decimal | |
Double | |
IAsyncEnumerable_T |
|
IAsyncEnumerator_T |
|
IEnumerable | |
IEnumerable_T | |
IEnumerator | |
IEnumerator_T | |
Int16 | |
Int32 | int. |
Int64 | long. |
List_T | |
None | Not a special type. |
Object | |
SByte | |
Single | |
String | |
Task | Task. |
Task_T | |
Type | |
UInt16 | |
UInt32 | uint. |
UInt64 | |
ValueTask |
|
ValueTask_T |
|
Void | void. |