public Value(object v, ClassSet classSet, StyleSet styleSet) { Debug.Assert(v != null, "Attempted to set null Superset.Web.Markup.Value value."); _v = v; _classSet = classSet; _styleSet = styleSet; }