mirror of
https://github.com/github/codeql.git
synced 2026-05-11 17:59:29 +02:00
29 lines
694 B
Plaintext
29 lines
694 B
Plaintext
| ArraySegment<T> | Memory<T> |
|
|
| ArraySegment<T> | ReadOnlyMemory<T> |
|
|
| ArraySegment<T> | ReadOnlySpan<T> |
|
|
| ArraySegment<T> | Span<T> |
|
|
| Byte | Decimal |
|
|
| Char | Decimal |
|
|
| Char | StandardFormat |
|
|
| DateTime | DateTimeOffset |
|
|
| Int16 | Decimal |
|
|
| Int32 | C |
|
|
| Int32 | Decimal |
|
|
| Int32 | Index |
|
|
| Int32 | MetadataToken |
|
|
| Int64 | Decimal |
|
|
| Memory<T> | ReadOnlyMemory<T> |
|
|
| MetadataToken | Int32 |
|
|
| SByte | Decimal |
|
|
| Span<T> | ReadOnlySpan<T> |
|
|
| String | ReadOnlySpan<Char> |
|
|
| T | Nullable<> |
|
|
| T[] | ArraySegment<T> |
|
|
| T[] | Memory<T> |
|
|
| T[] | ReadOnlyMemory<T> |
|
|
| T[] | ReadOnlySpan<T> |
|
|
| T[] | Span<T> |
|
|
| UInt16 | Decimal |
|
|
| UInt32 | Decimal |
|
|
| UInt64 | Decimal |
|