Partager via


CoreStrings.ComplexCollectionWrongClrType Méthode

Définition

Impossible d’ajouter la propriété complexe de la collection « {property} » au type « {type} », car son type CLR « {clrType} » n’implémente pas « IEnumerable<{targetType}> ». La propriété complexe de collection doit implémenter IEnumerable<> du type complexe.

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

Paramètres

property
Object
type
Object
clrType
Object
targetType
Object

Retours

S’applique à