CoreStrings.ComplexCollectionWrongClrType Метод

Определение

Сложное свойство коллекции "{property}" не может быть добавлено к типу "{type}", так как его тип CLR "{clrType}" не реализует "IEnumerable<{targetType}>". Сложное свойство коллекции должно реализовывать IEnumerable<> сложного типа.

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

Параметры

property
Object
type
Object
clrType
Object
targetType
Object

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

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