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
What is a must for multitasking
What are the uses of delegates in c#?
What is razor view in c#?
How does bitwise work?
Is string nullable in c#?
What is a dbml?
How does the clr work?
Which debugging tools you can use in the .NET ssSDK?
Is datetime nullable c#?
Which is faster abstract class or interface in c#?
Are tuples mutable c#?
Are enums static c#?
How do I open the console window?
Define using statement in c#?
What is sqladapter c#?