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

◆ GetEnumerator() [2/2]

IEnumerator< Match > IEnumerable< Match >. System.Text.RegularExpressions.MatchCollection.GetEnumerator ( )
inlineprivate

Implements System.Collections.Generic.IEnumerable< out T >.

Definition at line 148 of file MatchCollection.cs.

149 {
150 return new Enumerator(this);
151 }