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

◆ this[int index] [1/2]

Match IList<Match>. System.Text.RegularExpressions.MatchCollection.this[int index]
getsetprivate

Implements System.Collections.Generic.IList< T >.

Definition at line 103 of file MatchCollection.cs.

104 {
105 get
106 {
107 return this[index];
108 }
109 set
110 {
111 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
112 }
113 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7