ISet(Of T).Add Method (T)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds an element to the current set and returns a value to indicate if the element was successfully added.
Assembly: System (in System.dll)
Parameters
- item
- Type: T
The element to add to the set.
Return Value
Type: System.Booleantrue if the element is added to the set; false if the element is already in the set.
Show: