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

◆ FullName

string System.ComponentModel.NestedContainer.Site.FullName
get

Implements System.ComponentModel.INestedSite.

Definition at line 178 of file NestedContainer.cs.

179 {
180 get
181 {
182 if (this._name != null)
183 {
184 IContainer container = this.<Container>k__BackingField;
185 string name = this._name;
186 if (container != null)
187 {
189 string text;
190 return text;
191 }
192 }
193 throw new InvalidCastException();
194 }
195 }
class f__AnonymousType0<< Count > j__TPar
readonly IComponent< Component > k__BackingField
static CultureInfo InvariantCulture