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

◆ this[int index]

object IRuntimeVariables. System.Runtime.CompilerServices.RuntimeOps.EmptyRuntimeVariables.this[int index]
getsetprivate

Implements System.Runtime.CompilerServices.IRuntimeVariables.

Definition at line 232 of file RuntimeOps.cs.

233 {
234 get
235 {
236 throw new IndexOutOfRangeException();
237 }
238 set
239 {
240 throw new IndexOutOfRangeException();
241 }
242 }