提交 303969eb 编写于 作者: M Manish Vasani

Remove CaseKind.None and DoLoopKind.None, which were missed in previous commit

上级 e44145c7
......@@ -9,8 +9,6 @@ namespace Microsoft.CodeAnalysis.Semantics
/// </summary>
public enum CaseKind
{
None = 0x0,
/// <summary>
/// Indicates case x in C# or Case x in VB.
/// </summary>
......
......@@ -7,8 +7,6 @@ namespace Microsoft.CodeAnalysis.Semantics
/// </summary>
public enum DoLoopKind
{
None = 0x0,
/// <summary>
/// Indicates a C# 'do while' or a VB 'Do While' loop where the loop condition is executed at the bottom of the loop, i.e. end of the loop iteration.
/// Loop executes while the loop condition evaluates to <code>true</code>.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册