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

◆ Add() [2/4]

int IList. System.Text.RegularExpressions.MatchCollection.Add ( object value)
inlineprivate

Definition at line 237 of file MatchCollection.cs.

238 {
239 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
240 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.