net6.0
namespace System.IO.Compression
{
public enum CompressionLevel
{
SmallestSize = 3
}
}
Design Reviews |
|
---|---|
.NET | 6.07.08.09.0 |
Information specific to net6.0 | |
Assembly | System.IO.Compression , Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |