提交 9a8c2d47 编写于 作者: M Manish Vasani

Adjust doc comment based on spec

上级 edc7f312
......@@ -16,8 +16,8 @@ public enum ControlFlowRegionKind
/// <summary>
/// Region with the only purpose to represent the life-time of locals and nested methods (local functions, lambdas).
/// Lifetime for a local symbol represents the region within which the local allocation is valid and can be referenced.
/// Lifetime for a nested method represents the region within which the method can be referenced.
/// The lifetime of a local variable is the portion of program execution during which storage is guaranteed to be reserved for it.
/// The lifetime of a nested method is the portion of program execution within which the method can be referenced.
/// </summary>
LocalLifetime,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册