提交 77c293e0 编写于 作者: C CyrusNajmabadi

Comment code.

上级 e1be5c98
......@@ -2,6 +2,10 @@
namespace Microsoft.CodeAnalysis.FindSymbols
{
/// <summary>
/// Information about all the declarations defined within a document. Each declaration in the
/// document get a single item in <see cref="IDeclarationInfo.DeclaredSymbolInfos"/>.
/// </summary>
internal interface IDeclarationInfo
{
IReadOnlyList<DeclaredSymbolInfo> DeclaredSymbolInfos { get; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册