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

◆ GetObjectData()

virtual void System.Collections.Generic.HashSet< T >.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtual

Implements System.Runtime.Serialization.ISerializable.

Definition at line 163 of file HashSet.cs.

164 {
165 while (info == null)
166 {
167 }
169 if (this._buckets != null)
170 {
171 return;
172 }
173 long num = 0L;
174 info.AddValue("Capacity", (int)num);
175 if (this._buckets != null)
176 {
177 int count = this._count;
178 Type type;
179 info.AddValue("Elements", info, type);
180 return;
181 }
182 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(string name, object value, Type type)

References System.Collections.Generic.HashSet< T >._buckets, System.Collections.Generic.HashSet< T >._count, System.Collections.Generic.HashSet< T >._siInfo, System.Runtime.Serialization.SerializationInfo.AddValue(), System.count, System.info, j__TPar, and System.L.