Compartir a través de


RuntimeEntityType.FindIndexerProperty(Type) Método

Definición

Devuelve la propiedad de indexador predeterminada que toma un String valor si existe uno.

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

Parámetros

type
Type

Tipo en el que se va a buscar el indexador.

Devoluciones

Una propiedad de indizador o null.

Se aplica a