Answer Posted / abhay k pandey
Static constructors can invoke mainly at two ocasions
1. Just before the first instance of the class is created [
in case this static contructor is there in non static class]
2. At the time any static member is accessed [ in case of
either static or non static classes ]
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Is c# int immutable?
What is the meaning of 0 in c#?
How to find out that the code is written as managed or un-managed code?
What is c# best for?
What do you mean by a windows process in regards to memory allocation?
Do while loops yes or no c#?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What does string format do?
What does m mean in decimal c#?
What is CLR and its application.?
Why we use delegates in c#?
Is c# code is managed or unmanaged code?
Are attributes inherited c#?
What are console applications used for?