terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ AllowNew [1/2]

bool System.ComponentModel.BindingList< T >.AllowNew
getset

Implements System.ComponentModel.IBindingList.

Definition at line 350 of file BindingList.cs.

351 {
352 [global::Cpp2ILInjected.Token(Token = "0x600162A")]
353 [global::Cpp2ILInjected.Address(RVA = "0x18E744C", Offset = "0x18E744C", Length = "0x34")]
354 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
355 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
356 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
357 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
358 get
359 {
360 throw null;
361 }
362 [global::Cpp2ILInjected.Token(Token = "0x600162B")]
363 [global::Cpp2ILInjected.Address(RVA = "0x18E7480", Offset = "0x18E7480", Length = "0x80")]
364 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
365 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
366 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
367 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
368 set
369 {
370 throw null;
371 }
372 }