Initial value:= new HashSet<string>
{
"as", "do", "if", "in", "is", "for", "int", "new", "out", "ref",
"try", "base", "bool", "byte", "case", "char", "else", "enum", "goto", "lock",
"long", "null", "this", "true", "uint", "void", "break", "catch", "class", "const",
"event", "false", "fixed", "float", "sbyte", "short", "throw", "ulong", "using", "where",
"while", "yield", "double", "extern", "object", "params", "public", "return", "sealed", "sizeof",
"static", "string", "struct", "switch", "typeof", "unsafe", "ushort", "checked", "decimal", "default",
"finally", "foreach", "partial", "private", "virtual", "abstract", "continue", "delegate", "explicit", "implicit",
"internal", "operator", "override", "readonly", "volatile", "__arglist", "__makeref", "__reftype", "interface", "namespace",
"protected", "unchecked", "__refvalue", "stackalloc"
}
Definition at line 8 of file CSharpHelpers.cs.
9 {
10 "as", "do", "if", "in", "is", "for", "int", "new", "out", "ref",
11 "try", "base", "bool", "byte", "case", "char", "else", "enum", "goto", "lock",
12 "long", "null", "this", "true", "uint", "void", "break", "catch", "class", "const",
13 "event", "false", "fixed", "float", "sbyte", "short", "throw", "ulong", "using", "where",
14 "while", "yield", "double", "extern", "object", "params", "public", "return", "sealed", "sizeof",
15 "static", "string", "struct", "switch", "typeof", "unsafe", "ushort", "checked", "decimal", "default",
16 "finally", "foreach", "partial", "private", "virtual", "abstract", "continue", "delegate", "explicit", "implicit",
17 "internal", "operator", "override", "readonly", "volatile", "__arglist", "__makeref", "__reftype", "interface", "namespace",
18 "protected", "unchecked", "__refvalue", "stackalloc"
19 };
Referenced by System.CSharpHelpers.IsKeyword().