MatchCollection.IList.Add(Object) 方法

定義

呼叫這個方法一律會擲回 NotSupportedException

 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

要新增至集合的物件。

傳回

Int32

呼叫這個方法一律會擲回 NotSupportedException

實作

例外狀況

集合是唯讀的。

適用於