共用方式為


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

傳回

適用於