Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview6_System.IO.Compression.md « Microsoft.NETCore.App « preview6 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25539e99486d86f8e3110c3336fae82b45e0d05a (plain)
1
2
3
4
5
6
7
8
9
10
# System.IO.Compression

``` diff
 namespace System.IO.Compression {
     public class ZipArchiveEntry {
+        public bool IsEncrypted { get; }
     }
 }
```