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 | The method. |
Returns
The overloads of method
declared in the same type; will be empty if the method is not overloaded.
Last modified: 17 December 2024