다음을 통해 공유


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 에 할당 가능한 를 Object 만들 수 있으면 이고, 그렇지 않으면 입니다targetTypefalse.

구현

적용 대상