FrozenSet<T>.ISet<T>.Add(T) Metodo

Definizione

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

 virtual bool System.Collections.Generic.ISet<T>.Add(T item) = System::Collections::Generic::ISet<T>::Add;
bool ISet<T>.Add (T item);
abstract member System.Collections.Generic.ISet<T>.Add : 'T -> bool
override this.System.Collections.Generic.ISet<T>.Add : 'T -> bool
Function Add (item As T) As Boolean Implements ISet(Of T).Add

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.

Implementazioni

Si applica a