Compartir a través de


CoreStrings.PropertyClashingNonIndexer(Object, Object) Método

Definición

No se puede agregar la propiedad del indexador '{property}' al tipo '{type}' porque el tipo CLR contiene un miembro con el mismo nombre. Especifique un nombre diferente o configure '{property}' como una propiedad que no sea indexador.

public static string PropertyClashingNonIndexer (object property, object entityType);
public static string PropertyClashingNonIndexer (object? property, object? entityType);
public static string PropertyClashingNonIndexer (object? property, object? type);
static member PropertyClashingNonIndexer : obj * obj -> string
static member PropertyClashingNonIndexer : obj * obj -> string
Public Shared Function PropertyClashingNonIndexer (property As Object, entityType As Object) As String
Public Shared Function PropertyClashingNonIndexer (property As Object, type As Object) As String

Parámetros

property
Object
entityTypetype
Object

Devoluciones

Se aplica a