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

◆ HasOnSerializingEvents

bool System.Runtime.Serialization.SerializationEvents.HasOnSerializingEvents
getpackage

Definition at line 17 of file SerializationEvents.cs.

18 {
19 get
20 {
21 if (_onSerializingMethods == null)
22 {
23 return _onSerializedMethods != null;
24 }
25 return true;
26 }
27 }