ReferenceConverter(Type) Constructor

Definition

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)

Parameters

type
Type

A Type that represents the type to associate with this reference converter.

Applies to