SortedDictionary(Of TKey, TValue).ValueCollection.ICollection(Of TValue).Add Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds an item to the ICollection(Of T). This implementation always throws a NotSupportedException.
Assembly: System (in System.dll)
Parameters
- item
- Type: TValue
The object to add to the ICollection(Of T).
Implements
ICollection(Of T).Add(T)| Exception | Condition |
|---|---|
| NotSupportedException | Always thrown; the collection is read-only. |
Show: