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

◆ StreamIsBinaryFormatted()

static bool System.ComponentModel.Design.DesigntimeLicenseContextSerializer.StreamIsBinaryFormatted ( StreamWrapper stream)
inlinestaticprivate

Definition at line 111 of file DesigntimeLicenseContextSerializer.cs.

112 {
113 if (stream.ReadByte() != 0)
114 {
115 return false;
116 }
117 return true;
118 }

References System.stream.

Referenced by System.ComponentModel.Design.DesigntimeLicenseContextSerializer.Deserialize().