Microsoft.CSharp.RuntimeBinder.Semantics.EXPRPROP
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class EXPRPROP : EXPR
{
public EXPR OptionalArguments;
public EXPRMEMGRP MemberGroup;
public EXPR OptionalObjectThrough;
public PropWithType pwtSlot;
public MethWithType mwtSet;
public EXPR GetOptionalArguments();
public void SetOptionalArguments(EXPR value);
public EXPRMEMGRP GetMemberGroup();
public void SetMemberGroup(EXPRMEMGRP value);
public EXPR GetOptionalObjectThrough();
public void SetOptionalObjectThrough(EXPR value);
public bool isBaseCall();
public EXPRPROP();
}
}