Constructor



Constructors


Constructors

Constructors

·  The runtime invokes the static constructor when it creates an instance of the class or before accessing the first static member invoked by the caller.
·  The static constructor executes before any instance-level constructors.

use of static constructor, struct constructor and instance constructor, real world example of 
static constructor, struct constructor and instance constructor, live code for
static constructor, struct constructor and instance constructor