CaptureCollection.ICollection<Capture>.Add(Capture) Metoda

Definice

Volání této metody vždy vyvolá NotSupportedException.

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

Parametry

item
Capture

Objekt, který má být přidán do kolekce.

Implementuje

Výjimky

Kolekce je jen pro čtení.

Platí pro