提交 af236d4c 编写于 作者: C Cyrus Najmabadi

Make an option2

上级 2d984340
......@@ -18,7 +18,7 @@ namespace Microsoft.CodeAnalysis.Test.Utilities.RemoteHost
{
internal static class RemoteHostOptions
{
public static readonly Option<bool> RemoteHostTest = new Option<bool>(
public static readonly Option2<bool> RemoteHostTest = new Option2<bool>(
nameof(RemoteHostOptions), nameof(RemoteHostTest), defaultValue: false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册