SetDocumentationICollectionInt32Add Method

Adds an item to the ICollectionT.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
void ICollection<int>.Add(
	int item
)

Parameters

item  Int32
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)

Exceptions

See Also