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 | The method. |
Returns
true if method has public or protected overloads; false otherwise.
Last modified: 17 December 2024