IReadOnlyTypeBase.FindIndexerPropertyInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Submit and view feedback for