CaptureCollection.ICollection<Capture>.Add(Capture) Yöntem

Tanım

Bu yöntemin çağrılması her zaman oluşturur 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

Parametreler

item
Capture

Koleksiyona eklenecek nesne.

Uygulamalar

Özel durumlar

Koleksiyon salt okunurdur.

Şunlara uygulanır