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

◆ ShouldSerializeMethodValue

MethodInfo System.ComponentModel.ReflectPropertyDescriptor.ShouldSerializeMethodValue
getprivate

Definition at line 251 of file ReflectPropertyDescriptor.cs.

252 {
253 get
254 {
256 {
257 _shouldSerializeMethod = MemberDescriptor.FindMethod(args: (!(_receiverType == null)) ? new Type[1] { _receiverType } : Type.EmptyTypes, componentClass: _componentClass, name: "ShouldSerialize" + Name, returnType: typeof(bool), publicOnly: false);
259 }
261 }
262 }
static readonly Type[] EmptyTypes
Definition Type.cs:19

Referenced by System.ComponentModel.ReflectPropertyDescriptor.CanResetValue(), System.ComponentModel.ReflectPropertyDescriptor.ExtenderCanResetValue(), and System.ComponentModel.ReflectPropertyDescriptor.ExtenderShouldSerializeValue().