CreateNewElement Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Creates a new SolverElement.

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

Syntax

C#
protected override ConfigurationElement CreateNewElement()
Visual Basic
Protected Overrides Function CreateNewElement As ConfigurationElement
Visual C++
protected:
virtual ConfigurationElement^ CreateNewElement() override

Return Value

A new SolverElement.

Contracts

Ensures
Contract.Result<ConfigurationElement>() != null

See Also