CoreStrings.ComplexCollectionEntryOriginalOrdinalInvalid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Complex entry original ordinal '{ordinal}' is invalid for property '{declaringType}.{collection}' as it's outside of the collection of length '{count}'.
public static string ComplexCollectionEntryOriginalOrdinalInvalid(object? ordinal, object? declaringType, object? collection, object? count);
static member ComplexCollectionEntryOriginalOrdinalInvalid : obj * obj * obj * obj -> string
Public Shared Function ComplexCollectionEntryOriginalOrdinalInvalid (ordinal As Object, declaringType As Object, collection As Object, count As Object) As String
Parameters
- ordinal
- Object
- declaringType
- Object
- collection
- Object
- count
- Object