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

◆ CanRead

bool System.IO.UnmanagedMemoryAccessor.CanRead
getinherited

Definition at line 24 of file UnmanagedMemoryAccessor.cs.

25 {
26 get
27 {
28 if (_isOpen)
29 {
30 return _canRead;
31 }
32 return false;
33 }
34 }