Created
June 22, 2012 05:03
-
-
Save pinzolo/2970346 to your computer and use it in GitHub Desktop.
サクラエディタ用C#キーワードファイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// C# キーワード定義ファイル | |
// CASE=True | |
#endif | |
#endregion | |
#if | |
#pragma | |
#region | |
abstract | |
as | |
base | |
bool | |
break | |
byte | |
case | |
catch | |
char | |
class | |
const | |
continue | |
decimal | |
default | |
do | |
double | |
else | |
enum | |
finally | |
float | |
for | |
foreach | |
get | |
goto | |
if | |
int | |
interface | |
internal | |
is | |
lock | |
long | |
namespace | |
native | |
new | |
null | |
object | |
partial | |
private | |
protected | |
public | |
readonly | |
return | |
sbyte | |
set | |
short | |
static | |
string | |
struct | |
switch | |
this | |
throw | |
try | |
typeof | |
uint | |
ulong | |
ushort | |
using | |
virtual | |
void | |
volatile | |
while | |
yield |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment