MatchCollection.IList.Add(Object) Метод
Определение
При вызове этого метода всегда возникает исключение NotSupportedException.Calling this method always throws 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
Объект, добавляемый в коллекцию.The object to add to the collection.
Возвращаемое значение
При вызове этого метода всегда возникает исключение NotSupportedException.Calling this method always throws NotSupportedException.
Реализации
Исключения
Коллекция только для чтения.The collection is read-only.