IMutableModel.RemoveShared(Type) 方法

定义

将给定类型标记为不共享,指示在发现匹配实体类型时不应配置为共享类型实体类型。

public Type? RemoveShared (Type type);
abstract member RemoveShared : Type -> Type
Public Function RemoveShared (type As Type) As Type

参数

type
Type

应共享的实体类型的类型。

返回

已删除的类型。

适用于