Content deleted Content added
m Reverted edits by 14.141.78.211 (talk) to last revision by 99.13.192.9 (HG) |
|||
Line 186:
Static constructors allow complex static variable initialization.<ref>[http://msdn.microsoft.com/en-us/library/k9x6w0hc%28VS.80%29.aspx Static Constructor in C# on MSDN]</ref>
Static constructors are called implicitly when the class is first accessed. Any call to a class (static or constructor call), triggers the static constructor execution.
Static constructors are [[thread
<source lang="csharp">
|