未验证 提交 0e0a2229 编写于 作者: G GeorgeAlexandria 提交者: GitHub

Append xml doc comment for ILocalSymbol.IsFunctionValue

上级 b0c96e41
......@@ -44,7 +44,13 @@ public interface ILocalSymbol : ISymbol
/// </summary>
object ConstantValue { get; }
// TODO: Add XML doc comment.
/// <summary>
/// Returns true if this local variable is function return variable whose name is the function's name,
/// whose type is the return type of the function and whose initial value is the default of its type.
/// </summary>
/// <remarks>
/// Is always false for the C# local variable
/// </remarks>
bool IsFunctionValue { get; }
/// <summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册