log4net SDK Reference

TypeConverterAttribute Class

Attribute used to associate a type converter

For a list of all members of this type, see TypeConverterAttribute Members.

System.Object
   System.Attribute
      log4net.Util.TypeConverters.TypeConverterAttribute

[Visual Basic]
NotInheritable Public Class TypeConverterAttribute
    Inherits Attribute
[C#]
public sealed class TypeConverterAttribute : Attribute

Thread Safety

This type is not safe for multithreaded operations.

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.

Requirements

Namespace: log4net.Util.TypeConverters

Assembly: log4net (in log4net.dll)

See Also

TypeConverterAttribute Members | log4net.Util.TypeConverters Namespace