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

◆ DateTimeArrayHelper

DateTimeArrayJsonHelperWithString System.Runtime.Serialization.Json.JsonReaderDelegator.DateTimeArrayHelper
getprivate

Definition at line 55 of file JsonReaderDelegator.cs.

56 {
57 get
58 {
59 if (_dateTimeArrayHelper == null)
60 {
61 _dateTimeArrayHelper = new DateTimeArrayJsonHelperWithString(_dateTimeFormat);
62 }
64 }
65 }

Referenced by System.Runtime.Serialization.Json.JsonReaderDelegator.TryReadJsonDateTimeArray().