ICanHandleSolverEventOfType(T) Interface

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates that the implementing class can handle a certain SolverEvent

Namespace: Optimization.Solver.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public interface ICanHandleSolverEventOfType<T>
where T : ISolverEvent
Visual Basic
Public Interface ICanHandleSolverEventOfType(Of T As ISolverEvent)
Visual C++
generic<typename T>
where T : ISolverEvent
public interface class ICanHandleSolverEventOfType

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Optimization.Solver.Interfaces.ICanHandleSolverEventOfType`1"]

See Also