CoreStrings.PropertyClashingNonIndexer(Object, Object) Método

Definição

A propriedade do indexador '{property}' não pode ser adicionada ao tipo '{type}' porque o tipo CLR contém um membro com o mesmo nome. Especifique um nome diferente ou configure '{property}' como uma propriedade não 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

Retornos

Aplica-se a