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

◆ CreateEntry() [2/2]

ZipArchiveEntry System.IO.Compression.ZipArchive.CreateEntry ( string entryName,
CompressionLevel compressionLevel )
inline

Definition at line 195 of file ZipArchive.cs.

196 {
198 }
ZipArchiveEntry DoCreateEntry(string entryName, CompressionLevel? compressionLevel)

References System.IO.Compression.ZipArchive.DoCreateEntry().