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

◆ this[int index] [2/2]

object? IList. System.Text.RegularExpressions.GroupCollection.this[int index]
getsetprivate

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

Definition at line 114 of file GroupCollection.cs.

115 {
116 get
117 {
118 return this[index];
119 }
120 set
121 {
122 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
123 }
124 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7