.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.Base.ConverterCollectionDependency |
The converter dependency provides loose implementation of Converters, merely constricting the constructor to be passed an IConverterCollection for Dependency Injection. It is not required due to Constructor auto-discovery provided by TypeInfoExtension.IsDependencyInjectable yet provides strict typing at compile time and a slight speedup More... | |
class | Core.TypeCast.Base.ConverterCollectionDependency< TIn, TOut > |
The converter dependency for specific implementation of Converters, implementing the logic for adding the converter to the collection More... | |
Namespaces | |
namespace | Core.TypeCast.Base |