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

◆ GetEnumerator() [1/2]

IEnumerator System.Text.RegularExpressions.MatchCollection.GetEnumerator ( )
inline

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

Definition at line 143 of file MatchCollection.cs.

144 {
145 return new Enumerator(this);
146 }