MrKWatkins.Reflection 1.3.1 Help

MethodInfoExtensions.HasPublicOrProtectedOverloads Method

Definition

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

public static bool HasPublicOrProtectedOverloads(this MethodInfo method);

Parameters

Name

Type

Description

method

MethodInfo

The method.

Returns

Boolean

true if method has public or protected overloads; false otherwise.

Last modified: 17 December 2024