IExprWithObject
interface IExprWithObject
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal interface IExprWithObject
{
Expr OptionalObject { get; set; }
}
}