PropertyInfoExtensions.EnumerateOverloads Method
Definition
Enumerates the overloads of the specified property that are declared in the same type. Only indexer properties can be overloaded.
public static IEnumerable<PropertyInfo> EnumerateOverloads(this PropertyInfo property);
Parameters
Name | Type | Description |
---|---|---|
property | The property. |
Returns
The overloads of property
declared in the same type; will be empty if the property is not overloaded or is not an indexer property.
Last modified: 17 December 2024