Specifying an access modifier for a static constructor would be meaningless as it is never called by any kind of C# code that you write to make use of the class, instead they are called by the .Net Environment as the class definition is loaded for the first time in the program.
Ankur Verma
.Net and C++ Specialist
Wiley Tech Support
|