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

◆ Match()

override bool System.ComponentModel.DataObjectMethodAttribute.Match ( object obj)
inlinevirtual

Reimplemented from System.Attribute.

Definition at line 65 of file DataObjectMethodAttribute.cs.

66 {
67 if (obj != null)
68 {
69 }
70 return true;
71 }

References System.obj.