MrKWatkins.Reflection 1.3.1 Help

ConstructorInfoExtensions.EnumerateOverloads Method

Definition

Enumerates the overloads of the specified constructor.

public static IEnumerable<ConstructorInfo> EnumerateOverloads(this ConstructorInfo constructor);

Parameters

Name

Type

Description

constructor

ConstructorInfo

The constructor.

Returns

IEnumerable<ConstructorInfo>

The overloads of constructor; will be empty if the method is not overloaded.

Last modified: 17 December 2024