terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetValue() [1/2]

override void System.Reflection.RuntimePropertyInfo.SetValue ( object obj,
object value,
BindingFlags invokeAttr,
Binder binder,
object[] index,
CultureInfo culture )
inline

Definition at line 364 of file RuntimePropertyInfo.cs.

365 {
366 if (index != null)
367 {
368 if (value == null || value != null)
369 {
370 return;
371 }
372 }
373 else if (value == null || value != null)
374 {
375 return;
376 }
377 throw new ArrayTypeMismatchException();
378 }

References System.index, and System.value.