未验证 提交 8846f047 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update src/EditorFeatures/Core/Wrapping/ChainedExpression/AbstractChainedExpressionWrapper.cs

Co-Authored-By: NSam Harwell <sam@tunnelvisionlabs.com>
上级 cd3fed9b
......@@ -38,7 +38,7 @@ namespace Microsoft.CodeAnalysis.Editor.Wrapping.ChainedExpression
///
/// This approach gives an intuitive wrapping algorithm that matches the common way
/// many wrap dotted invocations, while also effectively not limiting the wrapper to
/// only simple forms like `.a(...).b(...).c(...)`.
/// only simple forms like <c>.a(...).b(...).c(...)</c>.
/// </summary>
internal abstract partial class AbstractChainedExpressionWrapper<
TNameSyntax,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册