ConvertBinder(Type, Boolean) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

type
Type

Het type dat moet worden geconverteerd naar.

explicit
Boolean

Is waar als de conversie expliciete conversies moet overwegen; anders, onwaar.

Van toepassing op