ExprField sealed class ExprField : ExprWithType, IExprWithObject Documentation Code public FieldWithType FieldWithType { get; } public Expr OptionalObject { get; set; } public ExprField(CType type, Expr optionalObject, FieldWithType field, bool isLValue)