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

◆ ExtenderGetValue()

object System.ComponentModel.ReflectPropertyDescriptor.ExtenderGetValue ( IExtenderProvider provider,
object component )
inlinepackage

Definition at line 337 of file ReflectPropertyDescriptor.cs.

338 {
339 if (provider != null)
340 {
341 Type type = this.componentClass;
342 if (this != null && this == null)
343 {
344 throw new InvalidCastException();
345 }
346 }
348 if (component == null || component != null)
349 {
350 object obj;
351 return obj;
352 }
353 throw new ArrayTypeMismatchException();
354 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.ReflectPropertyDescriptor.componentClass, System.ComponentModel.ReflectPropertyDescriptor.GetMethodValue, j__TPar, System.obj, and System.ComponentModel.ReflectPropertyDescriptor.type.

Referenced by System.ComponentModel.ReflectPropertyDescriptor.ExtenderCanResetValue(), and System.ComponentModel.ExtendedPropertyDescriptor.GetValue().