ImmutableSortedSet<T>.Builder.ICollection<T>.Add(T) Método

Definición

Agrega un elemento al conjunto actual y devuelve un valor para indicar si el elemento se agregó correctamente.

 virtual void System.Collections.Generic.ICollection<T>.Add(T item) = System::Collections::Generic::ICollection<T>::Add;
void ICollection<T>.Add(T item);
abstract member System.Collections.Generic.ICollection<T>.Add : 'T -> unit
override this.System.Collections.Generic.ICollection<T>.Add : 'T -> unit
Sub Add (item As T) Implements ICollection(Of T).Add

Parámetros

item
T

Elemento que se va a agregar al conjunto.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ImmutableSortedSet<T>.Builder instancia se convierte en una ICollection<T> interfaz.

Se aplica a