MrKWatkins.Reflection 1.3.1 Help

MethodBaseExtensions.EnumerateOverloads Method

Definition

Enumerates the overloads of the specified method that are declared in the same type.

public static IEnumerable<MethodBase> EnumerateOverloads(this MethodBase method);

Parameters

Name

Type

Description

method

MethodBase

The method.

Returns

IEnumerable<MethodBase>

The overloads of method declared in the same type; will be empty if the method is not overloaded.

Last modified: 17 December 2024