Condividi tramite


ImmutableSortedSet<T>.Add(T) Metodo

Definizione

Aggiunge il valore specificato a questo set ordinato non modificabile.

public:
 System::Collections::Immutable::ImmutableSortedSet<T> ^ Add(T value);
public System.Collections.Immutable.ImmutableSortedSet<T> Add(T value);
member this.Add : 'T -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Add (value As T) As ImmutableSortedSet(Of T)

Parametri

value
T

Valore da aggiungere.

Restituisce

Nuovo set con l'elemento aggiunto o impostato se l'elemento è già presente in questo set.

Si applica a