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

◆ GetValue() [2/5]

override object System.Reflection.RuntimePropertyInfo.GetValue ( object obj,
object[] index )
inline

Definition at line 280 of file RuntimePropertyInfo.cs.

281 {
282 return GetValue(obj, BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic, null, index, null);
283 }
override object GetValue(object obj, object[] index)

References System.Reflection.RuntimePropertyInfo.GetValue(), System.index, and System.obj.

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