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.NestedContainer.Site.Name
getset

Implements System.ComponentModel.ISite.

Definition at line 200 of file NestedContainer.cs.

201 {
202 get
203 {
204 return this._name;
205 }
206 set
207 {
208 if (value != null)
209 {
210 string name = this._name;
211 if (name != null)
212 {
213 bool flag = value.Equals(name);
214 }
215 }
216 IContainer container = this.<Container>k__BackingField;
217 IComponent component = this.<Component>k__BackingField;
219 }
220 }
class f__AnonymousType0<< Count > j__TPar
readonly IComponent< Component > k__BackingField