Adds an item to the ICollection T .
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
Parameters
- item
- Type: System Int32
The object to add to the ICollection T .
Implements
ICollection T Add(T)Exceptions
Exception | Condition |
---|---|
NotSupportedException | The ICollection T is read-only. |
See Also