Share via


CoreStrings.ComplexCollectionNullElementSetter Method

Definition

The value for the property '{complexType}.{property}' cannot be set, because it's on the complex type collection element '{collectionDeclaringType}.{collection}[{ordinal}]' that contains a 'null' value.

public static string ComplexCollectionNullElementSetter(object? complexType, object? property, object? collectionDeclaringType, object? collection, object? ordinal);
static member ComplexCollectionNullElementSetter : obj * obj * obj * obj * obj -> string
Public Shared Function ComplexCollectionNullElementSetter (complexType As Object, property As Object, collectionDeclaringType As Object, collection As Object, ordinal As Object) As String

Parameters

complexType
Object
property
Object
collectionDeclaringType
Object
collection
Object
ordinal
Object

Returns

Applies to