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

◆ ApplyResources() [2/2]

virtual void System.ComponentModel.ComponentResourceManager.ApplyResources ( object value,
string objectName,
CultureInfo culture )
inlinevirtual

Definition at line 54 of file ComponentResourceManager.cs.

55 {
56 if (value == null)
57 {
58 return;
59 }
60 if (objectName == null)
61 {
62 throw new OutOfMemoryException();
63 }
64 if (culture == null)
65 {
67 }
69 if (resourceSets != null)
70 {
71 if (resourceSets != null)
72 {
73 int version = resourceSets._version;
74 if (!true)
75 {
76 }
77 }
78 return;
79 }
81 if (value == null)
82 {
83 return;
84 }
85 if (value == null)
86 {
87 throw new InvalidCastException();
88 }
89 if (value != null)
90 {
91 return;
92 }
93 throw new InvalidCastException();
94 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentUICulture

References System.ComponentModel.ComponentResourceManager._resourceSets, System.Collections.Hashtable._version, System.culture, System.Globalization.CultureInfo.CurrentUICulture, j__TPar, and System.value.