IReadOnlyTypeBase.FindIndexerPropertyInfo Method

Definition

Returns the PropertyInfo for the indexer on the associated CLR type if one exists.

public System.Reflection.PropertyInfo? FindIndexerPropertyInfo ();
abstract member FindIndexerPropertyInfo : unit -> System.Reflection.PropertyInfo
Public Function FindIndexerPropertyInfo () As PropertyInfo

Returns

The PropertyInfo for the indexer on the associated CLR type if one exists.

Applies to