System.IO.Compression.WrappedStream.ThrowIfCantRead C# (CSharp) Méthode

ThrowIfCantRead() private méthode

private ThrowIfCantRead ( ) : void
Résultat void
        private void ThrowIfCantRead()
        {
            if (!CanRead)
                throw new NotSupportedException(SR.ReadingNotSupported);
        }
        private void ThrowIfCantWrite()