Expr abstract class Expr Documentation Code public string ErrorString { get; set; } public EXPRFLAG Flags { get; set; } public bool IsOptionalArgument { get; set; } public ExpressionKind Kind { get; } public virtual object Object { get; } public CType Type { get; protected set; } protected Expr(ExpressionKind kind)