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

◆ GetEnumerator() [3/3]

IEnumerator< KeyValuePair< string, Group > > IEnumerable< KeyValuePair< string, Group > >. System.Text.RegularExpressions.GroupCollection.GetEnumerator ( )
inlineprivate

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

Definition at line 330 of file GroupCollection.cs.

331 {
332 return new Enumerator(this);
333 }