Share via


LocalizedEnumConverter(Type, Object[]) Constructor

Definition

Initializes a new instance of the LocalizedEnumConverter class.

protected:
 LocalizedEnumConverter(Type ^ type, ... cli::array <System::Object ^> ^ valueNamePairs);
protected LocalizedEnumConverter (Type type, params object[] valueNamePairs);
new Microsoft.SqlServer.Dts.Design.LocalizedEnumConverter : Type * obj[] -> Microsoft.SqlServer.Dts.Design.LocalizedEnumConverter
Protected Sub New (type As Type, ParamArray valueNamePairs As Object())

Parameters

type
Type

The type.

valueNamePairs
Object[]

the value name pairs.

Applies to