Click or drag to resize

circularSelectorTAdd Method (T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified new item into circular collection

Namespace:  imbSCI.Data.collection.special
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	T newItem
)
Request Example View Source

Parameters

newItem
Type: T
The new item.
See Also