CoreStrings.InvalidComplexType(Object) 方法

定义

指定的类型“{type}”必须是具有公共构造函数的非接口类型,才能用作复杂类型。

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

参数

type
Object

返回

适用于