提交 0483c0dc 编写于 作者: H Heejae Chang

removed children property from InvalidOperation

上级 bd37636e
......@@ -10,10 +10,6 @@ namespace Microsoft.CodeAnalysis.Semantics
/// </remarks>
public interface IInvalidExpression : IOperation
{
/// <summary>
/// Child operations.
/// </summary>
IEnumerable<IOperation> Children { get; }
}
}
......@@ -13,10 +13,6 @@ namespace Microsoft.CodeAnalysis.Semantics
/// </remarks>
public interface IInvalidStatement : IOperation
{
/// <summary>
/// Child operations.
/// </summary>
IEnumerable<IOperation> Children { get; }
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册