| English for programming (C#, words and others) |
| 1 | abstract |
| 2 | { |
| 3 | as |
| 4 | ( |
| 5 | private void |
| 6 | base |
| 7 | 10 |
| 8 | bool |
| 9 | Int32 |
| 10 | break |
| 11 | byte |
| 12 | 9 |
| 13 | case |
| 14 | catch |
| 15 | char |
| 16 | } |
| 17 | checked |
| 18 | class |
| 19 | Int64 |
| 20 | const |
| 21 | continue |
| 22 | 8 |
| 23 | decimal |
| 24 | default |
| 25 | delegate |
| 26 | do |
| 27 | Int32.Parse(str); |
| 28 | double |
| 29 | String.IsEmpty(""); |
| 30 | else |
| 31 | 7 |
| 32 | enum |
| 33 | ; |
| 34 | event |
| 35 | explicit |
| 36 | extern |
| 37 | false |
| 38 | finally |
| 39 | Int64.Parse(str); |
| 40 | . |
| 41 | fixed |
| 42 | float |
| 43 | for |
| 44 | foreach |
| 45 | goto |
| 46 | if |
| 47 | implicit |
| 48 | , |
| 49 | in |
| 50 | int |
| 51 | 6 |
| 52 | interface |
| 53 | != |
| 54 | internal |
| 55 | is |
| 56 | lock |
| 57 | long |
| 58 | namespace |
| 59 | 5 |
| 60 | new |
| 61 | null |
| 62 | object |
| 63 | operator |
| 64 | out |
| 65 | == |
| 66 | override |
| 67 | params |
| 68 | SqlParameter param = new SqlParameter(); |
| 69 | private |
| 70 | protected |
| 71 | > |
| 72 | public |
| 73 | 4 |
| 74 | readonly |
| 75 | ref |
| 76 | return |
| 77 | sbyte |
| 78 | < |
| 79 | sealed |
| 80 | short |
| 81 | sizeof |
| 82 | stackalloc |
| 83 | static |
| 84 | string |
| 85 | struct |
| 86 | ! |
| 87 | switch |
| 88 | this |
| 89 | 3 |
| 90 | throw |
| 91 | true |
| 92 | string MethodName(long a, int b); |
| 93 | try |
| 94 | typeof |
| 95 | uint |
| 96 | ulong |
| 97 | unchecked |
| 98 | unsafe |
| 99 | ushort |
| 100 | += |
| 101 | using |
| 102 | virtual |
| 103 | 2 |
| 104 | void |
| 105 | -= |
| 106 | volatile |
| 107 | while |
| 108 | add |
| 109 | alias |
| 110 | ascending |
| 111 | assembly |
| 112 | & |
| 113 | by |
| 114 | descending |
| 115 | dynamic |
| 116 | equals |
| 117 | field |
| 118 | from |
| 119 | * |
| 120 | get |
| 121 | global |
| 122 | group |
| 123 | *= |
| 124 | into |
| 125 | join |
| 126 | 1 |
| 127 | let |
| 128 | method |
| 129 | module |
| 130 | on |
| 131 | orderby |
| 132 | param |
| 133 | : |
| 134 | partial |
| 135 | property |
| 136 | remove |
| 137 | select |
| 138 | set |
| 139 | switch (name) |
| 140 | type |
| 141 | typevar |
| 142 | case "One": |
| 143 | case "Two": |
| 144 | case "Three": |
| 145 | value |
| 146 | var |
| 147 | where |
| 148 | yield |
| 149 | new List<string>(); |
| 150 | if (dic.ContainsKey(param)) |
Комментарии