Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsolatedStorageFileStream()
[3/9]
System.IO.IsolatedStorage.IsolatedStorageFileStream.IsolatedStorageFileStream
(
string
path
,
FileMode
mode
,
FileAccess
access
)
inline
Definition at line
70
of file
IsolatedStorageFileStream.cs
.
71
:
this
(path, mode, access, (access == FileAccess.Read) ? FileShare.Read : FileShare.
None
, 1024, null)
72
{
73
}
System.IO.IsolatedStorage.IsolatedStorageScope.None
@ None
System
IO
IsolatedStorage
IsolatedStorageFileStream
Generated by
1.10.0