Condividi tramite


CoreStrings.ComplexCollectionWrongClrType Metodo

Definizione

Impossibile aggiungere la proprietà complessa di raccolta '{property}' al tipo '{type}' perché il relativo tipo CLR '{clrType}' non implementa 'IEnumerable<{targetType}>'. La proprietà complessa di raccolta deve implementare IEnumerable<> del tipo complesso.

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

Parametri

property
Object
type
Object
clrType
Object
targetType
Object

Restituisce

Si applica a