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

◆ TryComputeLength() [2/2]

override bool System.Net.Http.Json.JsonContent< TValue >.TryComputeLength ( out long length)
inlineprotected

Definition at line 138 of file JsonContent.cs.

139 {
140 length = 0L;
141 return false;
142 }

References System.L, and System.length.