Sdílet prostřednictvím


RuntimeEntityType.FindIndexerProperty(Type) Metoda

Definice

Vrátí výchozí vlastnost indexeru String , která přebírá hodnotu, pokud existuje.

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

Parametry

type
Type

Typ, na který chcete indexer hledat.

Návraty

Vlastnost indexeru nebo null.

Platí pro