public static string GetCodeBefore(this CodeObject o) { if (o.HasCodeBefore()) { return((string)o.UserData[USERDATA_CODEBEFORE]); } return(""); }