|
2 |
edited tags
|
||
|
1 |
|
||
How do I tell if a class property has a public set (.NET)?I have this:
And my utility class for databinding does this:
But PropertyInfo.CanWrite does not care whether the set is publicly accessible, only that it exists. How can I determine if there's a public set, not just any set?
|
||||
