Click or drag to resize
NodeStateAddItem Method
Distributed Algorithm Simulator
Adds an item to the Item List.

Namespace: WrapperClasses
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddItem(
	NodeStateItem it
)

Parameters

it
Type: WrapperClassesNodeStateItem
Item to add.
See Also