.NET Portable TypeCast
3.1.0.4
A, easy-to-use tested, generic, portable, runtime-extensible, arbitrary type converter library
|
Go to the source code of this file.
Classes | |
class | Core.TypeCast.Converter< TIn, TOut > |
The generic, strictly-typed converter class, for type casting and simple conversions. More... | |
Namespaces | |
namespace | Core.TypeCast |
class Core::TypeCast::Converter |
The generic, strictly-typed converter class, for type casting and simple conversions.
TIn | The Source- / From- Typefrom which to Converter<TIn,TOut>.Convert(object,object) |
TOut | The Target / To- Type to which to Converter<TIn,TOut>.Convert(object,object) |
the class is declared sealed as the only converter implementation must be herein and no further implementation must be allowed, to enforce decoupling between arbitrary converter logic with a guaranteed implementation of the underlying converter-container in question
Definition at line 25 of file Converter_2T.cs.