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

◆ Remove() [2/4]

void IList. System.Text.RegularExpressions.CaptureCollection.Remove ( object value)
inlineprivate

Definition at line 253 of file CaptureCollection.cs.

254 {
255 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
256 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.