Answer Posted / vibhu
.NET Run time does not specify when it will invoke a static
constructor. This is one caveat about the static
constructors. Though, what we could be certain of is that
it will be invoked before the first instance of the
corresponding class is created.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you know about WM_CHAR message?
How do I count the length of a string in c#?
How do I create a delegate/multicastdelegate?
What is the signature of a method?
What is the base class in .net from which all the classes are derived from?
What is event sourcing in c#?
How do you sort an array in c#?
can you allow a class to be inherited, but prevent the method from being over-ridden?
Define c# and list the features.
What is default access specifier for class in c#?
Where is the keyword void used?
What is the difference between yield and return?
What is before string in c#?
What do you mean by default constructor?
What is instantiating a class?