Поделиться через


CoreStrings.PropertyClashingNonIndexer(Object, Object) Метод

Определение

Невозможно добавить свойство индексатора "{property}" к типу "{type}", так как тип CLR содержит элемент с тем же именем. Укажите другое имя или настройте "{property}" в качестве свойства, не являющегося индексатором.

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

Параметры

property
Object
entityTypetype
Object

Возвращаемое значение

Применяется к