ISet<T>.Add(T) Metodo

Definizione

Aggiunge un elemento al set corrente e restituisce un valore che indica se l'aggiunta è stata eseguita correttamente.

public:
 bool Add(T item);
public bool Add (T item);
abstract member Add : 'T -> bool
Public Function Add (item As T) As Boolean

Parametri

item
T

Elemento da aggiungere all'insieme.

Restituisce

true se l'elemento è stato aggiunto al set; false se l'elemento è già presente nel set.

Si applica a