compilationunit.cs

来自「全功能c#编译器」· CS 代码 · 共 22 行

CS
22
字号
// created on 04.08.2003 at 17:31

using SharpDevelop.Internal.Parser;

namespace CSharpBinding.Parser.SharpDevelopTree
{
	public class CompilationUnit : AbstractCompilationUnit
	{
		
		public override CommentCollection MiscComments {
			get {
				return null;
			}
		}
		public override CommentCollection DokuComments {
			get {
				return null;
			}
		}
	}
}

⌨️ 快捷键说明

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