IConventionModel.RemoveShared(Type) 方法

定義

將指定的類型標示為未共用,表示探索到相符的實體類型何時不應設定為共用類型實體類型。

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

參數

type
Type

應該共用之實體類型的類型。

傳回

已移除的類型。

適用於