Bridge

ISet<(Of <(<'T>)>)>..::..Add Method

Adds an element to the current set and returns a value to indicate if the element was successfully added.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


bool Add(
	T item
)
Function Add ( _
	item As T _
) As Boolean
bool^ Add(
	T item
)

Parameters

item
Type: T
The element to add to the set.

Return Value

true if the element is added to the set; false if the element is already in the set.