Click or drag to resize

instanceCountPipeLineTAdd Method (T, String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Iterative way of pipeing. Use [!:Add(instanceCountCollection<T>] if possible

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool Add(
	T item,
	string sourceID,
	int value = 1
)
Request Example View Source

Parameters

item
Type: T
The item.
sourceID
Type: SystemString
The source identifier.
value (Optional)
Type: SystemInt32
The value.

Return Value

Type: Boolean
See Also