未验证 提交 d55444d0 编写于 作者: Y Youssef Victor 提交者: GitHub

Update IsImplicitlyDeclared doc (#48199)

Closes #48193
上级 40f4570e
......@@ -127,7 +127,7 @@ public interface ISymbol : IEquatable<ISymbol?>
/// <summary>
/// Returns true if this symbol was automatically created by the compiler, and does not have
/// an explicit corresponding source code declaration.
/// an explicit corresponding source code declaration.
/// </summary>
/// <remarks>
/// This is intended for symbols that are ordinary symbols in the language sense, and may be
......@@ -146,6 +146,9 @@ public interface ISymbol : IEquatable<ISymbol?>
/// <item><description>Methods in anonymous types.</description></item>
/// </list>
/// </para>
/// <para>
/// The class and entry point method for top-level statements are not considered as implicitly declared.
/// </para>
/// </remarks>
bool IsImplicitlyDeclared { get; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册