terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Current

object IEnumerator. System.Net.CookieCollection.CookieCollectionEnumerator.Current
getprivate

Implements System.Collections.IEnumerator.

Definition at line 307 of file CookieCollection.cs.

308 {
309 get
310 {
311 int index = this.m_index;
312 int count = this.m_count;
313 CookieCollection cookies = this.m_cookies;
314 int version = this.m_version;
315 int version2 = cookies.m_version;
316 Cookie cookie = cookies[index];
317 return "Enumeration has either not started or has already finished.";
318 }
319 }
class f__AnonymousType0<< Count > j__TPar