Partager via


RuntimeTypeBase.FindIndexerProperty(Type) Méthode

Définition

Retourne la propriété d’indexeur par défaut qui prend une valeur s’il en existe une String .

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

Paramètres

type
Type

Type sur lequel rechercher l’indexeur.

Retours

Propriété d’indexeur ou null.

S’applique à