Share via


CoreStrings.ComplexCollectionEntryOrdinalReadOnly(Object, Object) Method

Definition

The ordinal of an entry of the '{collectionDeclaringType}.{collection}' complex collection cannot be changed unless it's detached or deleted.

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

Parameters

collectionDeclaringType
Object
collection
Object

Returns

Applies to