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

◆ ContextProperties

virtual IContextProperty [] System.Runtime.Remoting.Contexts.Context.ContextProperties
get

Definition at line 74 of file Context.cs.

75 {
76 get
77 {
78 if (this.context_properties != null)
79 {
80 return;
81 }
82 }
83 }
List< IContextProperty > context_properties
Definition Context.cs:543