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

◆ SyncWindowsFileStreamStrategy() [2/2]

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

Definition at line 14 of file SyncWindowsFileStreamStrategy.cs.

15 : base(path, mode, access, share, options, preallocationSize)
16 {
17 }