-
-
Save tsuyoshicho/0adf8ef7b346902d11d9 to your computer and use it in GitHub Desktop.
https://gist.github.com/pinzolo/2970346 からfork。ファイル名をまず設定
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