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

◆ Name

string System.ComponentModel.Container.Site.Name
getset

Implements System.ComponentModel.ISite.

Definition at line 300 of file Container.cs.

301 {
302 get
303 {
304 return this.name;
305 }
306 set
307 {
308 if (value != null && value != null)
309 {
310 bool flag = value.Equals(value);
311 }
312 }
313 }