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

◆ Clear() [1/2]

void ICollection< Capture >. System.Text.RegularExpressions.CaptureCollection.Clear ( )
inlineprivate

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

Definition at line 205 of file CaptureCollection.cs.

206 {
207 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
208 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.