ConstructorInfoExtensions.EnumerateOverloads Method
Definition
Enumerates the overloads of the specified constructor.
public static IEnumerable<ConstructorInfo> EnumerateOverloads(this ConstructorInfo constructor);
Parameters
Name | Type | Description |
---|---|---|
constructor | The constructor. |
Returns
The overloads of constructor
; will be empty if the method is not overloaded.
Last modified: 17 December 2024