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

ThrowIfCantWrite() private méthode

private ThrowIfCantWrite ( ) : void
Résultat void
        private void ThrowIfCantWrite()
        {
            if (!CanWrite)
                throw new NotSupportedException(SR.WritingNotSupported);
        }
        private void ThrowIfCantSeek()