ReferenceConverter(Type) Construtor
Definição
Inicializa uma nova instância da classe ReferenceConverter.Initializes a new instance of the ReferenceConverter class.
public:
ReferenceConverter(Type ^ type);
public ReferenceConverter (Type type);
new System.ComponentModel.ReferenceConverter : Type -> System.ComponentModel.ReferenceConverter
Public Sub New (type As Type)
Parâmetros
- type
- Type
Um Type que representa o tipo a ser associado a este conversor de referência.A Type that represents the type to associate with this reference converter.