📄 csharp.txt
字号:
/L20C#" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = CS
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .?
/Function String = "%[ ^t]++^(namespace[ ^t]+[a-z_.0-9 ^t]+^)*$"
/Function String 1 = "%[ ^t]++^([a-z_ ^t]++class[ ^t]+[a-z_.:,@0-9 ^t]+^)*$"
/Function String 2 = "%[ ^t]++^([a-z_.0-9]+[ ^t]+[a-z_.0-9]+[^t]++[a-z_.0-9 ^t]++^)[(]++[~=;]+$"
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Keywords"
as auto
base break
case catch const continue
default do
else event explicit extern
false finally fixed for foreach
goto
get
if implicit in internal
lock
namespace null
operator out override
params private protected public
property
readonly ref return
sealed stackalloc static switch
set
this throw true try
unsafe using
virtual void
while
/C2"C# Data Types"
bool byte
char class
decimal delegate double
enum
float
int interface
long
object
sbyte short string struct
uint ulong ushort
/C3"C# Preprocessor Directives"
#elif #endif #endregion #else #error
#define
#if
#line
#region
#undef
#warning
/C4"Operators"
+
-
*
?
=
// /
%
&
>
<
^
!
|
:
checked
is
new
sizeof
typeof
Unchecked
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -