Click or drag to resize

circularSelectorTnext Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets next item according to circular order

Namespace:  imbSCI.Data.collection.special
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public T next(
	int steps = 1
)
Request Example View Source

Parameters

steps (Optional)
Type: SystemInt32
The steps.

Return Value

Type: T
See Also