Parameter name "event" is not allowed in .Net. Replaced with "@event".
This commit is contained in:
parent
63a7a65fee
commit
68fcad4929
1 changed files with 2 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue