extendedconsoleoptions.cs

来自「SharpDevelop2.0.0 c#开发免费工具」· CS 代码 · 共 21 行

CS
21
字号
/*
 * Created by SharpDevelop.
 * User: Daniel Grunwald
 * Date: 03.02.2006
 * Time: 23:13
 */

using System;
using Codeblast;

namespace NUnit.ConsoleRunner
{
	public class ExtendedConsoleOptions : ConsoleOptions
	{
		public ExtendedConsoleOptions(string[] args) : base(args) {}
		
		[Option(Description="Test method to run")]
		public string testMethodName;
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?