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

◆ CreateEntry() [1/2]

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

Definition at line 190 of file ZipArchive.cs.

191 {
192 return DoCreateEntry(entryName, null);
193 }
ZipArchiveEntry DoCreateEntry(string entryName, CompressionLevel? compressionLevel)

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