TypeConverterAttribute ClassApache log4net™ SDK Documentation
Attribute used to associate a type converter
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    log4net.Util.TypeConverters TypeConverterAttribute

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

public sealed class TypeConverterAttribute : Attribute
Remarks

Class and Interface level attribute that specifies a type converter to use with the associated type.

To associate a type converter with a target type apply a TypeConverterAttribute to the target type. Specify the type of the type converter on the attribute.

See Also