public KeyConverterAttribute(
string converterTypeName
)
Public Sub New (
converterTypeName As String
)
Dim converterTypeName As String
Dim instance As New KeyConverterAttribute(converterTypeName)
public:
KeyConverterAttribute(
String^ converterTypeName
)
This constructor is not compatible with the GeneratedParserAttribute; use the KeyConverterAttribute(Type) constructor instead.
ArgumentNullException | converterTypeName is |