CoreStrings.BadListType(Object, Object) Method

Definition

The type '{givenType}' cannot be used as a primitive collection because it is not an array and does not implement '{listType}'. Collections of primitive types must be arrays or ordered lists.

public static string BadListType (object? givenType, object? listType);
static member BadListType : obj * obj -> string
Public Shared Function BadListType (givenType As Object, listType As Object) As String

Parameters

givenType
Object
listType
Object

Returns

Applies to