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