提交 c2362f4e 编写于 作者: R Ravi Chande

Add copyright header, make property readonly

上级 584a6273
using Microsoft.VisualStudio.Text;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Editor;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.CodeAnalysis.Editor.UnitTests
{
......@@ -28,7 +26,7 @@ public DisposableTextView(IWpfTextView textView)
this.TextView = textView;
}
public IWpfTextView TextView { get; private set; }
public IWpfTextView TextView { get; }
public void Dispose()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册