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

返回

适用于