ExprProperty sealed class ExprProperty : ExprWithType, IExprWithArgs, IExprWithObject Documentation Code public bool IsBaseCall { get; } public ExprMemberGroup MemberGroup { get; set; } public MethWithType MethWithTypeSet { get; set; } public Expr OptionalArguments { get; set; } public Expr OptionalObject { get; set; } public Expr OptionalObjectThrough { get; set; } public PropWithType PropWithTypeSlot { get; set; } public ExprProperty(CType type)