csharplang/proposals/csharp-8.0/alternative-interpolated-verbatim.md

4 lines
237 B
Markdown

## Alternative interpolated verbatim strings
In C# 8.0 we added a feature that permits an interpolated verbatim string to be introduced with the characters `@$"` or the characters `$@"`. This is a placeholder for its specification.