ReadOnlyCollectionTICollectionTAdd Method

CVB.Net Documentation

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

void ICollection<T>.Add(
	T item
)

Parameters

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

Implements

ICollectionTAdd(T)
Exceptions

See Also

Reference