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
Can we have multiple threads in one app domain?
How to update the gui from another thread in c#?
Is php easier than c#?
How do I calculate relative time?
Is int a class in c#?
Why is c# better than java?
What is a cs file?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is array and arraylist?
What is a interface in c#?
What is the namespace for the thread class?
Does c# support templates?
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
What is the do while loop code?
Is linkedhashset synchronized?