mirror of
https://github.com/github/codeql.git
synced 2026-02-27 12:23:41 +01:00
22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
| ArraySegment<T> | ReadOnlySpan<> |
|
|
| ArraySegment<T> | Span<> |
|
|
| Byte | Decimal |
|
|
| Char | Decimal |
|
|
| DateTime | DateTimeOffset |
|
|
| EventSource | EventSourceActivity |
|
|
| Int16 | Decimal |
|
|
| Int32 | C |
|
|
| Int32 | Decimal |
|
|
| Int32 | MetadataToken |
|
|
| Int64 | Decimal |
|
|
| MetadataToken | Int32 |
|
|
| SByte | Decimal |
|
|
| Span<> | ReadOnlySpan<T> |
|
|
| T | Nullable<> |
|
|
| T[] | ArraySegment<> |
|
|
| T[] | ReadOnlySpan<> |
|
|
| T[] | Span<> |
|
|
| UInt16 | Decimal |
|
|
| UInt32 | Decimal |
|
|
| UInt64 | Decimal |
|