Is there a way to create a Generic Method that uses the new() constructor constraint to require classes with constructors of specific types?
new()
For
No, it is not possible in C# to constrain the generic type to have a constructor of a specific signature. Only the parameterless constructor is supported by new().