What is Static Constructor:(aspnetcsharp4.blogspot.com)

submitted by kulveerkulveer(110) 2 years, 9 months ago

What is Static Constructor: C# supports two types of Constructor 1.Class Constructor or Static Constructor-used to initialize static data members as soon as the class is referenced first time 2.Instance Constructor or non-Static Constructor-used to create an instance of that class with new keyword. Static Data Member can be initialized at the time of their declaration(clsWithoutStaticConstructor in the following example) but there are times when value of one static member (clsWithStaticConstructor in the following example)may depend upon the value of another static member.

add a comment |category: |Views: 5

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story