MatchCollection.IList<Match>.Insert(Int32, Match) 方法

定義

呼叫這個方法一律會擲回 NotSupportedException

 virtual void System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.Insert(int index, System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Match ^>::Insert;
void IList<Match>.Insert (int index, System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.Insert : int * System.Text.RegularExpressions.Match -> unit
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Match>.Insert : int * System.Text.RegularExpressions.Match -> unit
Sub Insert (index As Integer, item As Match) Implements IList(Of Match).Insert

參數

index
Int32

應在 item 插入以零為起始的索引。

item
Match

要插入集合的物件。

實作

例外狀況

集合是唯讀的。

適用於