MethodInfoExtensions.EnumerateOverloads Method
Definition
Enumerates the overloads of the specified method that are declared in the same type.
public static IEnumerable<MethodInfo> EnumerateOverloads(this MethodInfo 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