Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Insert() [1/4]

void IList< Match >. System.Text.RegularExpressions.MatchCollection.Insert ( int index,
Match item )
inlineprivate

Definition at line 206 of file MatchCollection.cs.

207 {
208 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
209 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.