Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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