Click or drag to resize
Sandcastle XML Comments GuideSetDocumentationICollectionInt32Add Method

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

Parameters

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

Implements

ICollectionTAdd(T)
Exceptions
See Also