共用方式為


OrderedDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Add 方法

定義

將專案加入至 ICollection<T>

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

參數

item
TValue

要加入至 ICollection<T>的物件。

實作

適用於