Click or drag to resize

IndexCollectionICollectionInt32Add Method

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
void ICollection<int>.Add(
	int item
)

Parameters

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

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedExceptionAlways thrown.
See Also