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

◆ RemoveAt() [1/2]

void IList< Capture >. System.Text.RegularExpressions.CaptureCollection.RemoveAt ( int index)
inlineprivate

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

Definition at line 195 of file CaptureCollection.cs.

196 {
197 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
198 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.