MrKWatkins.Reflection 1.3.1 Help

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

PropertyInfo

The property.

Returns

IEnumerable<PropertyInfo>

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