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

◆ this[int index] [2/2]

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

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

Definition at line 88 of file CaptureCollection.cs.

89 {
90 get
91 {
92 return this[index];
93 }
94 set
95 {
96 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
97 }
98 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7