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

◆ Clear()

override void System.Net.WebHeaderCollection.Clear ( )
inline

Definition at line 1328 of file WebHeaderCollection.cs.

1329 {
1330 base.InvalidateCachedArrays();
1331 if (this.m_InnerCollection != null)
1332 {
1333 return;
1334 }
1335 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection m_InnerCollection

References j__TPar, and System.Net.WebHeaderCollection.m_InnerCollection.