Method Register
Register<T>(IFormatter<T>)
Registers the given formatter
for the type T
.
Declaration
public static void Register<T>(IFormatter<T> formatter)
Parameters
Type Parameters
Register(Type, IFormatter)
Registers the given formatter
for the given targetType
.
Declaration
public static void Register(Type targetType, IFormatter formatter)
Parameters
Register(Type, Type)
Registers the given formatterType
for the given targetType
.
Declaration
public static void Register(Type targetType, Type formatterType)
Parameters
Type |
Name |
Description |
Type |
targetType |
|
Type |
formatterType |
|