G
Guest
Hi,
Can someone tell me how to test if a field is a const? I am using the FxCop
introspection engine, but I suppose I could use reflection if required.
for example, the following would return true:
private const string DEFAULT_STRING = "Default";
thanks
Jim
Can someone tell me how to test if a field is a const? I am using the FxCop
introspection engine, but I suppose I could use reflection if required.
for example, the following would return true:
private const string DEFAULT_STRING = "Default";
thanks
Jim