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

◆ SetValue() [2/5]

override void System.Reflection.RuntimePropertyInfo.SetValue ( object obj,
object value,
object[] index )
inline

Definition at line 299 of file RuntimePropertyInfo.cs.

300 {
301 SetValue(obj, value, BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic, null, index, null);
302 }
override void SetValue(object obj, object value, object[] index)

References System.index, System.obj, System.Reflection.RuntimePropertyInfo.SetValue(), and System.value.

Referenced by System.Reflection.RuntimePropertyInfo.SetValue().