~ubuntu-branches/ubuntu/precise/typespeed/precise

« back to all changes in this revision

Viewing changes to words/words.csharp

  • Committer: Bazaar Package Importer
  • Author(s): Dafydd Harries
  • Date: 2007-12-07 05:14:13 UTC
  • mto: (4.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20071207051413-x6wtxujyiabvyuwu
Tags: upstream-0.6.4
ImportĀ upstreamĀ versionĀ 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Csharp keywords
 
2
{
 
3
}
 
4
[
 
5
]
 
6
"
 
7
+
 
8
//
 
9
///
 
10
@
 
11
;
 
12
abstract
 
13
as
 
14
base
 
15
bool
 
16
break
 
17
byte
 
18
case
 
19
catch
 
20
char
 
21
checked
 
22
class
 
23
const
 
24
continue
 
25
decimal
 
26
default
 
27
delegate
 
28
double
 
29
do
 
30
else
 
31
enum
 
32
event
 
33
explicit
 
34
extern
 
35
false
 
36
finally
 
37
fixed
 
38
float
 
39
foreach
 
40
for
 
41
get
 
42
goto
 
43
if
 
44
implicit
 
45
internal
 
46
interface
 
47
int
 
48
in
 
49
is
 
50
lock
 
51
long
 
52
namespace
 
53
new
 
54
null
 
55
object
 
56
operator
 
57
out
 
58
override
 
59
params
 
60
partial
 
61
private
 
62
protected
 
63
public
 
64
readonly
 
65
ref
 
66
return
 
67
sbyte
 
68
sealed
 
69
set
 
70
short
 
71
sizeof
 
72
stackalloc
 
73
static
 
74
string
 
75
struct
 
76
switch
 
77
this
 
78
throw
 
79
true
 
80
try
 
81
typeof
 
82
uint
 
83
ulong
 
84
unchecked
 
85
unsafe
 
86
ushort
 
87
using
 
88
value
 
89
virtual
 
90
void
 
91
volatile
 
92
where
 
93
while
 
94
yield
 
95
#if
 
96
#else
 
97
#elif
 
98
#endif
 
99
#define
 
100
#undef
 
101
#warning
 
102
#error
 
103
#line
 
104
#region
 
105
#endregion
 
106
#pragma
 
107
#pragma warning
 
108
#pragma checksum
 
 
b'\\ No newline at end of file'