共用方式為


OrderedDictionary<TKey,TValue>.ValueCollection.IList.Add(Object) 方法

定義

將專案加入至 IList

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

參數

value
Object

要加入至 IList的物件。

傳回

插入新專案的位置,或 -1,表示專案未插入集合中。

實作

適用於