CaptureCollection.ICollection<Capture>.Remove(Capture) 메서드

정의

이 메서드를 호출하면 NotSupportedException이 항상 throw됩니다.

 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

매개 변수

item
Capture

컬렉션에서 제거할 개체입니다.

반환

Boolean

이 메서드를 호출하면 NotSupportedException이 항상 throw됩니다.

구현

예외

컬렉션이 읽기 전용입니다.

적용 대상