MatchCollection.ICollection<Match>.Remove(Match) Método

Definición

Cuando se llama a este método, siempre se produce NotSupportedException.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Remove(System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Match ^>::Remove;
bool ICollection<Match>.Remove (System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Remove : System.Text.RegularExpressions.Match -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Remove : System.Text.RegularExpressions.Match -> bool
Function Remove (item As Match) As Boolean Implements ICollection(Of Match).Remove

Parámetros

item
Match

Objeto que se quitará de la colección.

Devoluciones

Es true si item se quitó correctamente de la colección; de lo contrario, es false. Este método también devuelve false si item no se encuentra en la colección original.

Implementaciones

Excepciones

La colección es de solo lectura.

Se aplica a