Partager via


CoreStrings.PropertyClashingNonIndexer(Object, Object) Méthode

Définition

Impossible d’ajouter la propriété d’indexeur « {propriété} » au type « {type} », car le type CLR contient un membre portant le même nom. Spécifiez un autre nom ou configurez « {property} » en tant que propriété non-indexeur.

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

Paramètres

property
Object
entityTypetype
Object

Retours

S’applique à