MrKWatkins.Reflection 1.3.1 Help

MethodBaseExtensions.HasPublicOrProtectedOverloads Method

Definition

Returns true if the specified MethodBase 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 MethodBase method);

Parameters

Name

Type

Description

method

MethodBase

The method.

Returns

Boolean

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

Last modified: 17 December 2024