Click or drag to resize
INodeCollectionItem Property (Int32)
Get a node by index

Namespace: FlexRule.Flows.Model
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Node this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Return Value

Type: Node
See Also