RuntimeEntityType.FindIndexerProperty(Type) Method

Definition

Returns the default indexer property that takes a String value if one exists.

public static System.Reflection.PropertyInfo? FindIndexerProperty (Type type);
static member FindIndexerProperty : Type -> System.Reflection.PropertyInfo
Public Shared Function FindIndexerProperty (type As Type) As PropertyInfo

Parameters

type
Type

The type to look for the indexer on.

Returns

An indexer property or null.

Applies to