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

◆ Insert() [1/2]

void System.ComponentModel.EventDescriptorCollection.Insert ( int index,
EventDescriptor value )
inline

Definition at line 256 of file EventDescriptorCollection.cs.

257 {
258 if (!this._readOnly)
259 {
260 int num = this.<Count>k__BackingField;
261 this.EnsureSize(index);
262 int num2 = this.<Count>k__BackingField;
263 EventDescriptor[] events = this._events;
264 EventDescriptor[] events2 = this._events;
265 if (value == null || value != null)
266 {
267 int num3 = this.<Count>k__BackingField;
268 this.<Count>k__BackingField = num3;
269 return;
270 }
271 }
272 throw new ArrayTypeMismatchException();
273 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.EventDescriptorCollection._events, System.ComponentModel.EventDescriptorCollection._readOnly, System.ComponentModel.EventDescriptorCollection.Count, System.ComponentModel.EventDescriptorCollection.EnsureSize(), j__TPar, System.ComponentModel.EventDescriptorCollection.k__BackingField, and System.value.