CaptureCollection.ICollection<Capture>.Add(Capture) Método
Definición
Cuando se llama a este método, siempre se produce NotSupportedException.Calling this method always throws 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
Parámetros
- item
- Capture
El objeto que se va a agregar a la colección.The object to add to the collection.
Implementaciones
Excepciones
La colección es de solo lectura.The collection is read-only.