ImmutableSortedSet<T>.Builder.ICollection<T>.Add(T) 方法

定义

向当前集内添加元素,并返回一个指示是否已成功添加元素的值。

 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

参数

item
T

要添加到集中的元素。

实现

注解

此成员是显式接口成员的实现。 它只能在 ImmutableSortedSet<T>.Builder 实例被强制转换为 ICollection<T> 接口时使用。

适用于