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입니다.

적용 대상