ICollection(Of T).Add Method
Silverlight
Adds an item to the ICollection(Of T).
Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Parameters
- item
- Type: T
The object to add to the ICollection(Of T).
| Exception | Condition |
|---|---|
| NotSupportedException | The ICollection(Of T) is read-only. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: