Share via


GroupCollection.ICollection<Group>.Remove(Group) 메서드

정의

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

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

매개 변수

item
Group

제거할 그룹입니다.

반환

Boolean

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

구현

예외

이 메서드는 지원되지 않습니다. 읽기 전용 컬렉션입니다.

적용 대상