Condividi tramite


CoreStrings.PropertyClashingNonIndexer(Object, Object) Metodo

Definizione

Impossibile aggiungere la proprietà dell'indicizzatore '{property}' al tipo '{type}' perché il tipo CLR contiene un membro con lo stesso nome. Specificare un nome diverso o configurare '{property}' come proprietà non indicizzatore.

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

Parametri

property
Object
entityTypetype
Object

Restituisce

Si applica a