Method GetEnumerator
- Namespace
- GuildWars2.Http
- Assembly
- GW2SDK.dll
GetEnumerator()
Returns an enumerator that iterates through the collection of query arguments.
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()
Returns
- IEnumerator<KeyValuePair<string, string>>
An enumerator for the query arguments.