/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Compilers/CSharp/Portable/BoundTree/BoundInterpolatedString.cs
12 строк
452 B
Fred Silberberg
Interpolated string handler IOperation support (#56276)
29 окт 2021, 20:30
Не верифицирован
29 окт 2021, 20:30
5256b88
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.CSharp { internal partial class BoundInterpolatedString { public const string AppendFormattedMethod = "AppendFormatted"; public const string AppendLiteralMethod = "AppendLiteral"; } }