共用方式為


CollectionModelBinder<TElement>.CanCreateInstance(Type) 方法

定義

取得這個實作是否可以 ICollectionModelBinder 建立 Object 可指派給 targetType 的指示。

public:
 virtual bool CanCreateInstance(Type ^ targetType);
public virtual bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
override this.CanCreateInstance : Type -> bool
Public Overridable Function CanCreateInstance (targetType As Type) As Boolean

參數

targetType
Type

Type 模型的 。

傳回

true如果這個 ICollectionModelBinder 實作可以建立可指派給 targetType 的 ,則為 Objectfalse 否則為 。

實作

適用於