what is mean by static constructor ? explain me with understanding example?
sivak -7 Junior Poster
Recommended Answers
Jump to PostStatic constructor is not inherited and cannot be called directly. Access modifier are not allowed with static constructor. The static constructor for a class execute at most once in a given application domain.
The execution of static constructor is triggered by the first of the following events to occur …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.