Mono.Rocks.SystemStreamConverter.AssertWrite C# (CSharp) Method

AssertWrite() private method

private AssertWrite ( ) : void
return void
        private void AssertWrite()
        {
            if (!BaseStream.CanWrite)
                throw new InvalidOperationException ("Cannot write to stream");
        }