Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater Class Referencesealed

Public Member Functions

 IndexMethodByRefUpdater (LocalDefinition? obj, LocalDefinition[] args, MethodInfo indexer, int argumentIndex)
 
override void Update (InterpretedFrame frame, object value)
 
override void UndefineTemps (InstructionList instructions, LocalVariables locals)
 

Public Attributes

readonly int ArgumentIndex
 

Private Attributes

readonly MethodInfo _indexer
 
readonly? LocalDefinition _obj
 
readonly LocalDefinition[] _args
 

Detailed Description

Definition at line 6 of file IndexMethodByRefUpdater.cs.


The documentation for this class was generated from the following file: