|
|
|
|
|
by moron4hire
14 days ago
|
|
> Dynamic JS-style code is not supported, for example adding a function or a field into an object, prototype-based class modifications etc. FYI, just in case you didn't know, there is an ExpandoObject type in the System.Dynamic namespace that you could use to do this. IDK if you want to, but it's one of those less common .NET features that people tend to not be aware of. |
|