CoreStrings.CannotMarkShared(Object) 方法

定义

无法将类型“{type}”标记为共享类型,因为模型中已存在具有相同 CLR 类型的实体类型。

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

参数

type
Object

返回

适用于