PropertyInfoExtensions.IsIndexer Method
Definition
Returns true
if the specified PropertyInfo is an indexer property; false
otherwise.
public static bool IsIndexer(this PropertyInfo property);
Parameters
Name | Type | Description |
---|---|---|
property | The property. |
Returns
true
if property
is an indexer property; false
otherwise.
Last modified: 17 December 2024