提交 ba71c00a 编写于 作者: J Jared Parsons

Merge pull request #3361 from noopbug/syntaxdocs

Associate PropertyComment with Target on AttributeListSyntax
......@@ -2313,10 +2313,11 @@
<summary>Gets the open bracket token.</summary>
</PropertyComment>
</Field>
<Field Name="Target" Type="AttributeTargetSpecifierSyntax" Optional="true"/>
<PropertyComment>
<summary>Gets the optional construct targeted by the attribute.</summary>
</PropertyComment>
<Field Name="Target" Type="AttributeTargetSpecifierSyntax" Optional="true">
<PropertyComment>
<summary>Gets the optional construct targeted by the attribute.</summary>
</PropertyComment>
</Field>
<Field Name="Attributes" Type="SeparatedSyntaxList&lt;AttributeSyntax&gt;">
<PropertyComment>
<summary>Gets the attribute declaration list.</summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册