ImmutableSortedSet<T>.Builder.Add(T) Metodo

Definizione

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

public:
 virtual bool Add(T item);
public bool Add (T item);
abstract member Add : 'T -> bool
override this.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.

Implementazioni

Si applica a