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

◆ Contains() [2/2]

bool IList. System.ComponentModel.EventDescriptorCollection.Contains ( object value)
inlineprivate

Implements System.Collections.IList.

Definition at line 509 of file EventDescriptorCollection.cs.

510 {
511 if (value != null)
512 {
513 }
514 throw new InvalidCastException();
515 }

References System.value.