Method HasConstructorNoParams
HasConstructorNoParams(Type)
Determines whether the specified type has a parameterless constructor.
public static bool HasConstructorNoParams(Type type)
Parameters
Returns
- bool
true
if the specified type has a parameterless constructor; otherwise,false
.