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/3]

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

Implements System.Collections.IList.

Definition at line 637 of file PropertyDescriptorCollection.cs.

638 {
639 if (value != null)
640 {
641 }
642 throw new InvalidCastException();
643 }

References System.value.