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

◆ InternalHasKeys()

override bool System.Net.WebHeaderCollection.InternalHasKeys ( )
inlinepackage

Definition at line 1210 of file WebHeaderCollection.cs.

1211 {
1213 global::System.Collections.Specialized.NameValueCollection innerCollection = this.m_InnerCollection;
1214 bool flag;
1215 if (innerCollection != null)
1216 {
1217 flag = innerCollection.HasKeys();
1218 return flag;
1219 }
1220 return flag;
1221 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection m_InnerCollection

References j__TPar, System.Net.WebHeaderCollection.m_InnerCollection, and System.Net.WebHeaderCollection.NormalizeCommonHeaders().