







A class which implements this interface can convert objects of type M1 to objects of type M2
Namespace: Optimization.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public interface ICanTransform<M1, M2> |
| Visual Basic |
|---|
Public Interface ICanTransform(Of M1, M2) |
| Visual C++ |
|---|
generic<typename M1, typename M2> public interface class ICanTransform |
Type Parameters
- M1
- Type to convert from
- M2
- Type to convert to
