Click or drag to resize

spiderObjectiveSolution Constructor (spiderObjectiveEnum, spiderObjectiveStatus)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the spiderObjectiveSolution class

Namespace:  imbWEM.Core.stage
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderObjectiveSolution(
	spiderObjectiveEnum target,
	spiderObjectiveStatus __status
)

Parameters

target
Type: imbWEM.Core.stagespiderObjectiveEnum

[Missing <param name="target"/> documentation for "M:imbWEM.Core.stage.spiderObjectiveSolution.#ctor(imbWEM.Core.stage.spiderObjectiveEnum,imbWEM.Core.stage.spiderObjectiveStatus)"]

__status
Type: imbWEM.Core.stagespiderObjectiveStatus

[Missing <param name="__status"/> documentation for "M:imbWEM.Core.stage.spiderObjectiveSolution.#ctor(imbWEM.Core.stage.spiderObjectiveEnum,imbWEM.Core.stage.spiderObjectiveStatus)"]

See Also