Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OpenRead()
FileStream
System.IO.FileInfo.OpenRead
(
)
inline
Definition at line
130
of file
FileInfo.cs
.
131
{
132
return
new
FileStream(base.NormalizedPath, FileMode.Open, FileAccess.Read, FileShare.Read, 4096, useAsync: false);
133
}
System
IO
FileInfo
Generated by
1.10.0