提交 7ccc681a 编写于 作者: C CyrusNajmabadi

Add comment.

上级 7d946b16
......@@ -9,6 +9,12 @@
namespace Microsoft.CodeAnalysis.SignatureHelp
{
/// <summary>
/// Used for C#/VB sig help providers so they can build up information using SymbolDisplayParts.
/// These parts will then by used to properly replace anonymous type information in the parts.
/// Once that it done, this will be converted to normal SignatureHelpParameters which only
/// point to TaggedText parts.
/// </summary>
internal class SignatureHelpSymbolParameter
{
/// <summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册