Open sandboxFocus

Enum SpecialType

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

decimal.

Double

double.

IAsyncEnumerable_T

System.Collections.Generic.IAsyncEnumerable>T<.

IAsyncEnumerator_T

System.Collections.Generic.IAsyncEnumerator>T<.

IEnumerable

IEnumerable.

IEnumerable_T

IEnumerable<T>.

IEnumerator

IEnumerator.

IEnumerator_T

IEnumerator<T>.

Int16

short.

Int32

int.

Int64

long.

List_T

List<T>.

None

Not a special type.

Object

object.

SByte

sbyte.

Single

float.

String

string.

Task

Task.

Task_T

Task<TResult>.

Type
UInt16

ushort.

UInt32

uint.

UInt64

ulong.

ValueTask

System.Threading.Tasks.ValueTask.

ValueTask_T

System.Threading.Tasks.ValueTask>T<.

Void

void.