GetConstructor(GetConstructorArgs) Method
Returns the type's constructor with the most parameters. If two constructors have the same number of parameters, then there is no guarantee which one will be returned. If you have that situation, you should probably implement this function yourself.

Syntax

public static ConstructorInfo GetConstructor(GetConstructorArgs args)

Parameters

Name Type Description
args GetConstructorArgs

Return Value

Type Description
ConstructorInfo