Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetEnumerator() [2/2]

IEnumerator IEnumerable. System.Net.Http.Headers.HttpHeaders.GetEnumerator ( )
inlineprivateinherited

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

Definition at line 334 of file HttpHeaders.cs.

335 {
336 return GetEnumerator();
337 }
IEnumerator< KeyValuePair< string, IEnumerable< string > > > GetEnumerator()

References System.Net.Http.Headers.HttpHeaders.GetEnumerator().