>I got the following code
>
[quoted text clipped - 36 lines]
>
> isn't that what "static const" means?
No, C++/CLI has a keyword literal which is the same as C# const. C++/CLI
const is meaningless to the CLR, it marks it with an attribute which is only
understood by the C++/CLI compiler.
> When looking at the type PrivateType in FxCop it says IsUnmanaged=True
>
> MSIL says:
> set_P: public hidebysig specialname instance void
> A:B:x: public static valuetype Test.A/PrivateType
> modopt([mscorlib]System.Runtime.CompilerServices.IsConst)