Parameter name "event" is not allowed in .Net. Replaced with "@event".

This commit is contained in:
the_fiddler 2009-08-09 17:47:15 +00:00
parent 63a7a65fee
commit 68fcad4929

View file

@ -329,6 +329,8 @@ namespace Bind.Structures
if (Name == "params")
Name = "@params";
if (Name == "event")
Name = "@event";
// This causes problems with bool arrays
//if (CurrentType.ToLower().Contains("bool"))