Share via


ConvertBinder(Type, Boolean) 생성자

정의

ConvertBinder의 새 인스턴스를 초기화합니다.

protected:
 ConvertBinder(Type ^ type, bool explicit);
protected ConvertBinder (Type type, bool explicit);
new System.Dynamic.ConvertBinder : Type * bool -> System.Dynamic.ConvertBinder
Protected Sub New (type As Type, explicit As Boolean)

매개 변수

type
Type

변환할 대상 형식입니다.

explicit
Boolean

변환 시 명시적 변환을 고려해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상