LocalizableEnumConverter(Type) Constructor

Definition

This constructor is the default constructor that would be used if this converter is placed on an Enum class directly and not via the abstraction through the LocalizedTypeConverter attribute on the containing class.

public LocalizableEnumConverter (Type type);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter
Public Sub New (type As Type)

Parameters

type
Type

Applies to