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

◆ AsyncWindowsFileStreamStrategy() [2/2]

System.IO.Strategies.AsyncWindowsFileStreamStrategy.AsyncWindowsFileStreamStrategy ( string path,
FileMode mode,
FileAccess access,
FileShare share,
FileOptions options,
long preallocationSize )
inlinepackage

Definition at line 16 of file AsyncWindowsFileStreamStrategy.cs.

17 : base(path, mode, access, share, options, preallocationSize)
18 {
19 }