⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 codeiconenum.cs

📁 C#编写的c#编译器
💻 CS
字号:
namespace DDW.CSharpUI
{
	public enum CodeIcon : int
	{
		Empty			= 0,
		Default			= 1,
		Namespace		= 2,
		Interface		= 3,
		AbstractClass	= 4,
		Class			= 5,
		Struct			= 6,
		Delegate		= 7,
		Enum			= 8,
		Constructor		= 9,
		Destructor		= 10,
		Method			= 11,
		Field			= 12,
		Property		= 13,
		Event			= 14,
		Comment			= 15,
		Bases			= 16,
		StmtColl		= 17,
		ExprColl		= 18,
		Stmt			= 19,
		Expr			= 20,
		Iteration		= 21,
		ForEach			= 22,
		IfStmt			= 23,
		Goto			= 24,
		Continue		= 25,
		Break			= 26,
		Return			= 27,
		Switch			= 28,
		Case			= 29,
		String			= 30,
		Integer			= 31,
		Real			= 32,
		This			= 33,
		Bool			= 34,
		Null			= 35,
		Base			= 36,
		Value			= 37,
		Char			= 38,
		CompileUnit		= 39,
		CompileUnitCol	= 40,
		NamespaceCol	= 41,
		TypeDecl		= 42,
		TypeDeclCol		= 43,
		MemberCol		= 44,
		Constant		= 45,
		Unused			= 46,
		CommentCol		= 47,
		CaseCol			= 48,
		EnumRef			= 49,
		Attribute		= 50,
		Attributes		= 51,
		Param			= 52,
		ParamCol		= 53,
		EnumMember		= 54,
		AccessorIn		= 55,
		AccessorOut		= 56,
		Declarator		= 57,
		DeclaratorCol	= 58,
		Ternary			= 59,
		RankSpecifier			= 60,
		RankCol			= 61,
		SubExpr			= 62
}
}

⌨️ 快捷键说明

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