CaptureCollection.ICollection<Capture>.Remove(Capture) Método
Definição
A chamada desse método sempre lança NotSupportedException.Calling this method always throws NotSupportedException.
virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove(System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Capture ^>::Remove;
bool ICollection<Capture>.Remove (System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove : System.Text.RegularExpressions.Capture -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove : System.Text.RegularExpressions.Capture -> bool
Function Remove (item As Capture) As Boolean Implements ICollection(Of Capture).Remove
Parâmetros
- item
- Capture
O objeto a ser removido da coleção.The object to remove from the collection.
Retornos
A chamada desse método sempre lança NotSupportedException.Calling this method always throws NotSupportedException.
Implementações
Exceções
A coleção é somente leitura.The collection is read-only.