MatchCollection.ICollection<Match>.Add(Match) Метод

Определение

При вызове этого метода всегда возникает исключение NotSupportedException.

 virtual void System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add(System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Match ^>::Add;
void ICollection<Match>.Add (System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add : System.Text.RegularExpressions.Match -> unit
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add : System.Text.RegularExpressions.Match -> unit
Sub Add (item As Match) Implements ICollection(Of Match).Add

Параметры

item
Match

Объект, добавляемый в коллекцию.

Реализации

Исключения

Коллекция только для чтения.

Применяется к