W
Waldy
Hi there,
the help for InvokeMember shows an example that will not compile:
typeof(C).InvokeMember("F", BindingFlags.SetField, null, C, new
Object{"strings new value"});
The error message is:
A new expression requires () or [] after type
the help for InvokeMember shows an example that will not compile:
typeof(C).InvokeMember("F", BindingFlags.SetField, null, C, new
Object{"strings new value"});
The error message is:
A new expression requires () or [] after type