TypeConverterAttribute Constructor (Type)Apache log4net™ SDK Documentation
Create a new type converter attribute for the specified type

Namespace: log4net.Util.TypeConverters
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public TypeConverterAttribute(
	Type converterType
)

Parameters

converterType
Type: OnlineSystem Type
The type of the type converter
Remarks

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

See Also