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

◆ this[int index] [1/2]

Capture IList<Capture>. System.Text.RegularExpressions.CaptureCollection.this[int index]
getsetprivate

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

Definition at line 74 of file CaptureCollection.cs.

75 {
76 get
77 {
78 return this[index];
79 }
80 set
81 {
82 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
83 }
84 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7