共用方式為


CoreStrings.BadListType(Object, Object) 方法

定義

類型 '{givenType}' 無法當做基本集合使用,因為它不是陣列,而且不會實作 '{listType}'。 基本類型的集合必須是陣列或已排序的清單。

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

參數

givenType
Object
listType
Object

傳回

適用於