Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InitLocals

bool System.Reflection.Emit.MethodBuilder.InitLocals
getset

Definition at line 143 of file MethodBuilder.cs.

144 {
145 get
146 {
148 return m_fInitLocals;
149 }
150 set
151 {
154 }
155 }