[nem-en] Const vs. Static non-mutable

vc vc at rsdn.ru
Tue Feb 20 18:28:51 CET 2007


> class A {
>   static y : int = 1; // const
>   static volatile y : int = 1; // static readonly
>   static mutable y : int; // static mutable
>   static mutable volatile y : int; // static mutable volatile
> }
> 
> ?

It's not instinctively.




More information about the devel-en mailing list