.NET Portable TypeCast  3.1.0.4
A, easy-to-use tested, generic, portable, runtime-extensible, arbitrary type converter library
IFactory.cs File Reference

Go to the source code of this file.

Classes

interface  Core.TypeCast.IFactory< out out TInstance, in in TIn1, in in TIn2 >
 The generic, common factory interface for declaring factories creating arbitrary object instances requiring up to two arguments. Use a container type such as Tuple or struct as second parameter TIn2 if more parameters are required. More...
 

Namespaces

namespace  Core.TypeCast