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