Share via


MatchCollection.ICollection<Match>.Add(Match) 메서드

정의

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

 virtual void System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add(System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Match ^>::Add;
void ICollection<Match>.Add (System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add : System.Text.RegularExpressions.Match -> unit
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add : System.Text.RegularExpressions.Match -> unit
Sub Add (item As Match) Implements ICollection(Of Match).Add

매개 변수

item
Match

컬렉션에 추가할 개체입니다.

구현

예외

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

적용 대상