Files
codeql/csharp/ql/test/library-tests/conversion/operator/Operator.expected
2019-11-14 17:14:51 +00:00

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 |