Unless the class is static, classes without constructors are given a public parameterless constructor by the C# compiler in order to enable class instantiation . For more information, see Static Classes and Static Class Members.
Unless the class is static, classes without constructors are given a public parameterless constructor by the C# compiler in order to enable class instantiation . For more information, see Static Classes and Static Class Members.