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 がスローされます。

実装

例外

コレクションは読み取り専用です。

適用対象