Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

TypeConverterAttribute�Constructor�(Type)

Create a new type converter attribute for the specified type

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal converterType�As�Type�_
)
[C#]
public�TypeConverterAttribute(
���TypeconverterType
);

Parameters

converterType
The type of the type converter

Remarks

The type specified must implement the IConvertFrom or the IConvertTo interfaces.

See Also

TypeConverterAttribute Class | log4net.Util.TypeConverters Namespace | TypeConverterAttribute Constructor Overload List