MrKWatkins.Reflection 1.3.1 Help

ConstructorInfoExtensions Class

Definition

Extension methods for ConstructorInfo.

public static class ConstructorInfoExtensions

Methods

Name

Description

EnumerateOverloads(ConstructorInfo)

Enumerates the overloads of the specified constructor.

HasPublicOrProtectedOverloads(ConstructorInfo)

Returns true if the specified ConstructorInfo has public or protected overloads, as viewed from an external assembly, i.e. their Accessibility is Public, Protected or ProtectedInternal; false otherwise.

Last modified: 17 December 2024