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

◆ Length

override long System.IO.ReadOnlyMemoryStream.Length
get

Definition at line 20 of file ReadOnlyMemoryStream.cs.

21 {
22 get
23 {
25 return _content.Length;
26 }
27 }