Parent Directory
|
Revision Log
1 | william | 92 | using System; |
2 | using System.Collections.Generic; | ||
3 | using System.Linq; | ||
4 | using System.Text; | ||
5 | |||
6 | namespace libxmltv.Core | ||
7 | { | ||
8 | internal enum ExceptionArgument | ||
9 | { | ||
10 | obj, | ||
11 | dictionary, | ||
12 | dictionaryCreationThreshold, | ||
13 | array, | ||
14 | info, | ||
15 | key, | ||
16 | collection, | ||
17 | list, | ||
18 | match, | ||
19 | converter, | ||
20 | queue, | ||
21 | stack, | ||
22 | capacity, | ||
23 | index, | ||
24 | startIndex, | ||
25 | value, | ||
26 | count, | ||
27 | arrayIndex, | ||
28 | name, | ||
29 | mode | ||
30 | } | ||
31 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |