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