Click or drag to resize

aceCollectionLimitSafeTAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

item
Type: T
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
See Also