Method IsIndexedProperty
IsIndexedProperty(PropertyInfo)
Determines whether the specified PropertyInfo represents an indexed property.
Declaration
public static bool IsIndexedProperty(this PropertyInfo propertyInfo)
Parameters
Type | Name | Description |
---|---|---|
PropertyInfo | propertyInfo | The property to inspect. |
Returns
Type | Description |
---|---|
bool |
|