Thanks for your comment zrh. Final didn't do it, I did find a way to get some items to work. But after reading countless articles on the Internet it appears that the "readonly", "unsafe", and perhaps "final" modifiers are not supported by the existing C# code provider. I will have to override a few members to add that support myself.
Main Topics
Browse All Topics





by: zrhPosted on 2004-01-13 at 22:27:17ID: 10111396
There is no overload to fit your needs, but the above isn't ugly.
Did you try MemberAttributes.Final for readonly?
Hope that helps,
ZRH