CoreStrings.ComplexCollectionEntryOrdinalInvalid 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 ordinal '{ordinal}' is invalid for the collection '{declaringType}.{collection}' as it's outside of the collection of length '{count}'.
public static string ComplexCollectionEntryOrdinalInvalid(object? ordinal, object? declaringType, object? collection, object? count);
static member ComplexCollectionEntryOrdinalInvalid : obj * obj * obj * obj -> string
Public Shared Function ComplexCollectionEntryOrdinalInvalid (ordinal As Object, declaringType As Object, collection As Object, count As Object) As String
Parameters
- ordinal
- Object
- declaringType
- Object
- collection
- Object
- count
- Object