共用方式為


ReadOnlySet<T>.ISet<T>.Add(T) 方法

定義

將專案加入至目前的集合,並傳回值,指出專案是否已成功加入。

 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

參數

item
T

要加入至集合的專案。

傳回

如果專案加入至集合,true;如果項目已經在集合中,false

實作

適用於