KeyTypeConverterAttributeConverterTypeName Property

Gets the name of the type of the custom TypeConverter to use.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public string ConverterTypeName { get; }

Property Value

String
The name of a type derived from the TypeConverter class.

See Also