CoreStrings.ReadOnlyListType(Object) Method

Definition

The type '{givenType}' cannot be used as a primitive collection because it is read-only. Read-only collections of primitive types are not supported.

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

Parameters

givenType
Object

Returns

Applies to