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

◆ this[int index] [1/2]

Group IList<Group>. System.Text.RegularExpressions.GroupCollection.this[int index]
getsetprivate

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

Definition at line 100 of file GroupCollection.cs.

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