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

◆ Add() [2/2]

virtual void System.Collections.Specialized.NameValueCollection.Add ( string name,
string value )
inlinevirtual

Definition at line 118 of file NameValueCollection.cs.

119 {
120 if (this._readOnly)
121 {
122 throw new InvalidCastException();
123 }
125 if (nameObjectEntry.Value == null)
126 {
127 if (value != null)
128 {
129 }
130 return;
131 }
132 if (value != null)
133 {
134 return;
135 }
136 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Specialized.NameObjectCollectionBase._readOnly, j__TPar, and System.value.