forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Collections.Generic.model.yml
More file actions
614 lines (614 loc) · 95.2 KB
/
System.Collections.Generic.model.yml
File metadata and controls
614 lines (614 loc) · 95.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: summaryModel
data:
- ["System.Collections.Generic", "CollectionExtensions", False, "AsReadOnly<T>", "(System.Collections.Generic.IList<T>)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "AsReadOnly<T>", "(System.Collections.Generic.ISet<T>)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "AsReadOnly<TKey,TValue>", "(System.Collections.Generic.IDictionary<TKey,TValue>)", "", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Key]", "ReturnValue.Element.Property[System.Collections.Generic.KeyValuePair`2.Key]", "value", "dfc-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "AsReadOnly<TKey,TValue>", "(System.Collections.Generic.IDictionary<TKey,TValue>)", "", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "ReturnValue.Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "dfc-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "CopyTo<T>", "(System.Collections.Generic.List<T>,System.Span<T>)", "", "Argument[0].Element", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "GetDefaultAssets", "(System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "GetDefaultGroup", "(System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>)", "", "Argument[0].Element", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "GetDefaultRuntimeFileAssets", "(System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "GetRuntimeAssets", "(System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>,System.String)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "GetRuntimeFileAssets", "(System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>,System.String)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "GetRuntimeGroup", "(System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>,System.String)", "", "Argument[0].Element", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "GetValueOrDefault<TKey,TValue>", "(System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>,TKey,TValue)", "", "Argument[2]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "Remove<TKey,TValue>", "(System.Collections.Generic.IDictionary<TKey,TValue>,TKey,TValue)", "", "Argument[0].Element", "Argument[2]", "taint", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "TryAdd<TKey,TValue>", "(System.Collections.Generic.IDictionary<TKey,TValue>,TKey,TValue)", "", "Argument[1]", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Key]", "value", "dfc-generated"]
- ["System.Collections.Generic", "CollectionExtensions", False, "TryAdd<TKey,TValue>", "(System.Collections.Generic.IDictionary<TKey,TValue>,TKey,TValue)", "", "Argument[2]", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", False, "KeyCollection", "(System.Collections.Generic.Dictionary<TKey,TValue>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2+KeyCollection._dictionary]", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", False, "get_SyncRoot", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2+KeyCollection._dictionary].Property[System.Collections.ICollection.SyncRoot]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", False, "get_SyncRoot", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2+KeyCollection._dictionary]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", False, "ValueCollection", "(System.Collections.Generic.Dictionary<TKey,TValue>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2+ValueCollection._dictionary]", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", False, "get_SyncRoot", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2+ValueCollection._dictionary].Property[System.Collections.ICollection.SyncRoot]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", False, "get_SyncRoot", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2+ValueCollection._dictionary]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", False, "Dictionary", "(System.Int32,System.Collections.Generic.IEqualityComparer<TKey>)", "", "Argument[1]", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2._comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", False, "get_Comparer", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2._comparer]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", True, "GetObjectData", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "", "Argument[this].Property[System.Collections.Generic.Dictionary`2.Comparer]", "Argument[0].SyntheticField[System.Runtime.Serialization.SerializationInfo._values].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", True, "GetObjectData", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "", "Argument[this].SyntheticField[System.Collections.Generic.Dictionary`2._comparer]", "Argument[0].SyntheticField[System.Runtime.Serialization.SerializationInfo._values].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "HashSet<T>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", False, "HashSet", "(System.Collections.Generic.IEnumerable<T>,System.Collections.Generic.IEqualityComparer<T>)", "", "Argument[0].Element", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", False, "HashSet", "(System.Collections.Generic.IEqualityComparer<T>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.HashSet`1._comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "HashSet<T>", False, "TryGetValue", "(T,T)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", False, "get_Comparer", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.HashSet`1._comparer]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "HashSet<T>", True, "GetObjectData", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "", "Argument[this].Property[System.Collections.Generic.HashSet`1.Comparer]", "Argument[0].SyntheticField[System.Runtime.Serialization.SerializationInfo._values].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "HashSet<T>", True, "GetObjectData", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "", "Argument[this].SyntheticField[System.Collections.Generic.HashSet`1._comparer]", "Argument[0].SyntheticField[System.Runtime.Serialization.SerializationInfo._values].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "KeyValuePair", False, "Create<TKey,TValue>", "(TKey,TValue)", "", "Argument[0]", "ReturnValue.Property[System.Collections.Generic.KeyValuePair`2.Key]", "value", "dfc-generated"]
- ["System.Collections.Generic", "KeyValuePair", False, "Create<TKey,TValue>", "(TKey,TValue)", "", "Argument[1]", "ReturnValue.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "dfc-generated"]
- ["System.Collections.Generic", "KeyValuePair<TKey,TValue>", False, "Deconstruct", "(TKey,TValue)", "", "Argument[this]", "Argument[0]", "taint", "df-generated"]
- ["System.Collections.Generic", "KeyValuePair<TKey,TValue>", False, "Deconstruct", "(TKey,TValue)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "KeyValuePair<TKey,TValue>", False, "get_Key", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "KeyValuePair<TKey,TValue>", False, "get_Value", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.LinkedList`1+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddAfter", "(System.Collections.Generic.LinkedListNode<T>,System.Collections.Generic.LinkedListNode<T>)", "", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.next].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "Argument[1].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddAfter", "(System.Collections.Generic.LinkedListNode<T>,System.Collections.Generic.LinkedListNode<T>)", "", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.next]", "Argument[1].SyntheticField[System.Collections.Generic.LinkedListNode`1.next]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddAfter", "(System.Collections.Generic.LinkedListNode<T>,System.Collections.Generic.LinkedListNode<T>)", "", "Argument[1]", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.next].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddAfter", "(System.Collections.Generic.LinkedListNode<T>,T)", "", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.next].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "ReturnValue.SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddAfter", "(System.Collections.Generic.LinkedListNode<T>,T)", "", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.next]", "ReturnValue.SyntheticField[System.Collections.Generic.LinkedListNode`1.next]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddBefore", "(System.Collections.Generic.LinkedListNode<T>,System.Collections.Generic.LinkedListNode<T>)", "", "Argument[1]", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddBefore", "(System.Collections.Generic.LinkedListNode<T>,System.Collections.Generic.LinkedListNode<T>)", "", "Argument[1]", "Argument[this].SyntheticField[System.Collections.Generic.LinkedList`1.head]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddBefore", "(System.Collections.Generic.LinkedListNode<T>,T)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddBefore", "(System.Collections.Generic.LinkedListNode<T>,T)", "", "Argument[0]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddBefore", "(System.Collections.Generic.LinkedListNode<T>,T)", "", "Argument[1]", "Argument[0]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddBefore", "(System.Collections.Generic.LinkedListNode<T>,T)", "", "Argument[1]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddBefore", "(System.Collections.Generic.LinkedListNode<T>,T)", "", "Argument[1]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddFirst", "(System.Collections.Generic.LinkedListNode<T>)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddFirst", "(System.Collections.Generic.LinkedListNode<T>)", "", "Argument[this]", "Argument[0]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddFirst", "(T)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddFirst", "(T)", "", "Argument[0]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddFirst", "(T)", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddLast", "(System.Collections.Generic.LinkedListNode<T>)", "", "Argument[this].SyntheticField[System.Collections.Generic.LinkedList`1.head].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddLast", "(System.Collections.Generic.LinkedListNode<T>)", "", "Argument[this].SyntheticField[System.Collections.Generic.LinkedList`1.head]", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.next]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddLast", "(T)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddLast", "(T)", "", "Argument[0]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "AddLast", "(T)", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "LinkedList", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "LinkedList", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "Remove", "(System.Collections.Generic.LinkedListNode<T>)", "", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.next]", "Argument[this].SyntheticField[System.Collections.Generic.LinkedList`1.head]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "Remove", "(System.Collections.Generic.LinkedListNode<T>)", "", "Argument[0].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "Argument[this].SyntheticField[System.Collections.Generic.LinkedList`1.head].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "get_First", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.LinkedList`1.head]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedList<T>", False, "get_Last", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.LinkedList`1.head].SyntheticField[System.Collections.Generic.LinkedListNode`1.prev]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "LinkedListNode<T>", False, "LinkedListNode", "(T)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedListNode<T>", False, "get_List", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedListNode<T>", False, "get_Next", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "LinkedListNode<T>", False, "get_Previous", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "List<T>+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.List`1+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "List<T>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "List<T>", False, "CopyTo", "(T[])", "", "Argument[this].Element", "Argument[0].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "List<T>", False, "List", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "List<T>", False, "Slice", "(System.Int32,System.Int32)", "", "Argument[this].Element", "ReturnValue.Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "NonRandomizedStringEqualityComparer", True, "GetUnderlyingEqualityComparer", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.OrderedDictionary`2+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+Enumerator", False, "get_Key", "()", "", "Argument[this].Property[System.Collections.Generic.OrderedDictionary`2+Enumerator.Current].Property[System.Collections.Generic.KeyValuePair`2.Key]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+Enumerator", False, "get_Value", "()", "", "Argument[this].Property[System.Collections.Generic.OrderedDictionary`2+Enumerator.Current].Property[System.Collections.Generic.KeyValuePair`2.Value]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.OrderedDictionary`2+KeyCollection+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", False, "GetEnumerator", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.OrderedDictionary`2+ValueCollection+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", False, "GetEnumerator", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "GetEnumerator", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "OrderedDictionary", "(System.Collections.Generic.IDictionary<TKey,TValue>,System.Collections.Generic.IEqualityComparer<TKey>)", "", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Key]", "Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key]", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "OrderedDictionary", "(System.Collections.Generic.IDictionary<TKey,TValue>,System.Collections.Generic.IEqualityComparer<TKey>)", "", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "OrderedDictionary", "(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>,System.Collections.Generic.IEqualityComparer<TKey>)", "", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Key]", "Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key]", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "OrderedDictionary", "(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>,System.Collections.Generic.IEqualityComparer<TKey>)", "", "Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "OrderedDictionary", "(System.Int32,System.Collections.Generic.IEqualityComparer<TKey>)", "", "Argument[1]", "Argument[this].SyntheticField[System.Collections.Generic.OrderedDictionary`2._comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "Remove", "(TKey,TValue)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "TryGetValue", "(TKey,TValue)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "TryGetValue", "(TKey,TValue,System.Int32)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "get_Comparer", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.OrderedDictionary`2._comparer]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "get_Keys", "()", "", "Argument[this].Property[System.Collections.Generic.OrderedDictionary`2.Keys]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", False, "get_Values", "()", "", "Argument[this].Property[System.Collections.Generic.OrderedDictionary`2.Values]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection", False, "GetEnumerator", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "Dequeue", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "DequeueEnqueue", "(TElement,TPriority)", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "EnqueueDequeue", "(TElement,TPriority)", "", "Argument[0]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "EnqueueRange", "(System.Collections.Generic.IEnumerable<System.ValueTuple<TElement,TPriority>>)", "", "Argument[0].Element", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "Peek", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "PriorityQueue", "(System.Collections.Generic.IComparer<TPriority>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "PriorityQueue", "(System.Collections.Generic.IEnumerable<System.ValueTuple<TElement,TPriority>>,System.Collections.Generic.IComparer<TPriority>)", "", "Argument[1]", "Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "PriorityQueue", "(System.Int32,System.Collections.Generic.IComparer<TPriority>)", "", "Argument[1]", "Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "Remove", "(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer<TElement>)", "", "Argument[0]", "Argument[3]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "Remove", "(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer<TElement>)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "Remove", "(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer<TElement>)", "", "Argument[this]", "Argument[2]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "TryDequeue", "(TElement,TPriority)", "", "Argument[this]", "Argument[0]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "TryDequeue", "(TElement,TPriority)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "TryPeek", "(TElement,TPriority)", "", "Argument[this]", "Argument[0]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "TryPeek", "(TElement,TPriority)", "", "Argument[this]", "Argument[1]", "taint", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", False, "get_Comparer", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Queue<T>+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.Queue`1+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Queue<T>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", False, "Dequeue", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.Queue`1._array].Element", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Queue<T>", False, "Enqueue", "(T)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.Queue`1._array].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "Queue<T>", False, "Queue", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].SyntheticField[System.Collections.Generic.Queue`1._array].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "Queue<T>", False, "TryDequeue", "(T)", "", "Argument[this].SyntheticField[System.Collections.Generic.Queue`1._array].Element", "Argument[0]", "value", "dfc-generated"]
- ["System.Collections.Generic", "Queue<T>", False, "TryPeek", "(T)", "", "Argument[this].SyntheticField[System.Collections.Generic.Queue`1._array].Element", "Argument[0]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.SortedDictionary`2+Enumerator.Current].Property[System.Collections.Generic.KeyValuePair`2.Key]", "ReturnValue.Property[System.Collections.Generic.KeyValuePair`2.Key]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.SortedDictionary`2+Enumerator.Current].Property[System.Collections.Generic.KeyValuePair`2.Value]", "ReturnValue.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", False, "get_Key", "()", "", "Argument[this].Property[System.Collections.Generic.SortedDictionary`2+Enumerator.Current].Property[System.Collections.Generic.KeyValuePair`2.Key]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", False, "get_Value", "()", "", "Argument[this].Property[System.Collections.Generic.SortedDictionary`2+Enumerator.Current].Property[System.Collections.Generic.KeyValuePair`2.Value]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.SortedDictionary`2+KeyCollection+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection", False, "KeyCollection", "(System.Collections.Generic.SortedDictionary<TKey,TValue>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.SortedDictionary`2+KeyCollection._dictionary]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection", False, "get_SyncRoot", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedDictionary`2+KeyCollection._dictionary].Property[System.Collections.ICollection.SyncRoot]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyValuePairComparer", False, "KeyValuePairComparer", "(System.Collections.Generic.IComparer<TKey>)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection", False, "ValueCollection", "(System.Collections.Generic.SortedDictionary<TKey,TValue>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.SortedDictionary`2+ValueCollection._dictionary]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection", False, "get_SyncRoot", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedDictionary`2+ValueCollection._dictionary].Property[System.Collections.ICollection.SyncRoot]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", False, "GetKeyAtIndex", "(System.Int32)", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", False, "GetValueAtIndex", "(System.Int32)", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedList`2.values].Element", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", False, "SetValueAtIndex", "(System.Int32,TValue)", "", "Argument[1]", "Argument[this].SyntheticField[System.Collections.Generic.SortedList`2.values].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", False, "SortedList", "(System.Collections.Generic.IComparer<TKey>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.SortedList`2.comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", False, "TryGetValue", "(TKey,TValue)", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedList`2.values].Element", "Argument[1]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", False, "get_Comparer", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedList`2.comparer]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "CopyTo", "(T[])", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "Argument[0].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "CopyTo", "(T[],System.Int32,System.Int32)", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "Argument[0].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "SortedSet", "(System.Collections.Generic.IComparer<T>)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.comparer]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "SortedSet", "(System.Collections.Generic.IEnumerable<T>,System.Collections.Generic.IComparer<T>)", "", "Argument[0].Element", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "SortedSet", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "SymmetricExceptWith", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "SymmetricExceptWith", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "TryGetValue", "(T,T)", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "Argument[1]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "UnionWith", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "UnionWith", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "UnionWith", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[this].Element", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "get_Comparer", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.comparer]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "get_Max", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", False, "get_Min", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", True, "GetViewBetween", "(T,T)", "", "Argument[0]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", True, "GetViewBetween", "(T,T)", "", "Argument[1]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", True, "GetViewBetween", "(T,T)", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", True, "IntersectWith", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "SortedSet<T>", True, "IntersectWith", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].SyntheticField[System.Collections.Generic.SortedSet`1.root].SyntheticField[System.Collections.Generic.SortedSet`1+Node.Item]", "value", "dfc-generated"]
- ["System.Collections.Generic", "Stack<T>+Enumerator", False, "get_Current", "()", "", "Argument[this].Property[System.Collections.Generic.Stack`1+Enumerator.Current]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Generic", "Stack<T>+Enumerator", False, "get_Current", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", False, "Push", "(T)", "", "Argument[0]", "Argument[this].SyntheticField[System.Collections.Generic.Stack`1._array].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "Stack<T>", False, "Stack", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].SyntheticField[System.Collections.Generic.Stack`1._array].Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "Stack<T>", False, "ToArray", "()", "", "Argument[this].SyntheticField[System.Collections.Generic.Stack`1._array].Element", "ReturnValue.Element", "value", "dfc-generated"]
- ["System.Collections.Generic", "Stack<T>", False, "TryPeek", "(T)", "", "Argument[this].SyntheticField[System.Collections.Generic.Stack`1._array].Element", "Argument[0]", "value", "dfc-generated"]
- ["System.Collections.Generic", "Stack<T>", False, "TryPop", "(T)", "", "Argument[this].SyntheticField[System.Collections.Generic.Stack`1._array].Element", "Argument[0]", "value", "dfc-generated"]
- addsTo:
pack: codeql/csharp-all
extensible: neutralModel
data:
- ["System.Collections.Generic", "ByteEqualityComparer", "Equals", "(System.Byte,System.Byte)", "summary", "df-generated"]
- ["System.Collections.Generic", "ByteEqualityComparer", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "ByteEqualityComparer", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "ByteEqualityComparer", "GetHashCode", "(System.Byte)", "summary", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", "AddRange<T>", "(System.Collections.Generic.List<T>,System.ReadOnlySpan<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", "GetValueOrDefault<TKey,TValue>", "(System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>,TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "CollectionExtensions", "InsertRange<T>", "(System.Collections.Generic.List<T>,System.Int32,System.ReadOnlySpan<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "Comparer<T>", "Compare", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "Comparer<T>", "Create", "(System.Comparison<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "Comparer<T>", "get_Default", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "ContainsKey", "(TAlternateKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "Remove", "(TAlternateKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "Remove", "(TAlternateKey,TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryAdd", "(TAlternateKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryGetValue", "(TAlternateKey,TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryGetValue", "(TAlternateKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "get_Dictionary", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "get_Item", "(TAlternateKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "set_Item", "(TAlternateKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", "Contains", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+KeyCollection", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", "Contains", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", "Remove", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>+ValueCollection", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Contains", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Contains", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "ContainsKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "ContainsValue", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Dictionary", "(System.Collections.Generic.IEqualityComparer<TKey>)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Dictionary", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Dictionary", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "EnsureCapacity", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "GetAlternateLookup<TAlternateKey>", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "OnDeserialization", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Remove", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Remove", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "Remove", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "TrimExcess", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "TryAdd", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "TryGetAlternateLookup<TAlternateKey>", "(System.Collections.Generic.Dictionary<TKey,TValue>+AlternateLookup<TAlternateKey>)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "TryGetValue", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "get_Capacity", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Dictionary<TKey,TValue>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "EnumEqualityComparer<T>", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "EnumEqualityComparer<T>", "Equals", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "EnumEqualityComparer<T>", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "EnumEqualityComparer<T>", "GetHashCode", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "EqualityComparer<T>", "Create", "(System.Func<T,T,System.Boolean>,System.Func<T,System.Int32>)", "summary", "df-generated"]
- ["System.Collections.Generic", "EqualityComparer<T>", "Equals", "(System.Object,System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "EqualityComparer<T>", "Equals", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "EqualityComparer<T>", "GetHashCode", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "EqualityComparer<T>", "get_Default", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "GenericComparer<T>", "Compare", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "GenericComparer<T>", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "GenericComparer<T>", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "GenericEqualityComparer<T>", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "GenericEqualityComparer<T>", "Equals", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "GenericEqualityComparer<T>", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "GenericEqualityComparer<T>", "GetHashCode", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+AlternateLookup<TAlternate>", "Add", "(TAlternate)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+AlternateLookup<TAlternate>", "Contains", "(TAlternate)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+AlternateLookup<TAlternate>", "Remove", "(TAlternate)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+AlternateLookup<TAlternate>", "TryGetValue", "(TAlternate,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+AlternateLookup<TAlternate>", "get_Set", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "CopyTo", "(T[])", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "CopyTo", "(T[],System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "CreateSetComparer", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "EnsureCapacity", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "ExceptWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "GetAlternateLookup<TAlternate>", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "HashSet", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "HashSet", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "HashSet", "(System.Int32,System.Collections.Generic.IEqualityComparer<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "HashSet", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "IntersectWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "IsProperSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "IsProperSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "IsSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "IsSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "OnDeserialization", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "Overlaps", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "Remove", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "RemoveWhere", "(System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "SetEquals", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "SymmetricExceptWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "TrimExcess", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "TryGetAlternateLookup<TAlternate>", "(System.Collections.Generic.HashSet<T>+AlternateLookup<TAlternate>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "UnionWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "get_Capacity", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "HashSet<T>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "IAlternateEqualityComparer<TAlternate,T>", "Create", "(TAlternate)", "summary", "df-generated"]
- ["System.Collections.Generic", "IAlternateEqualityComparer<TAlternate,T>", "Equals", "(TAlternate,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "IAlternateEqualityComparer<TAlternate,T>", "GetHashCode", "(TAlternate)", "summary", "df-generated"]
- ["System.Collections.Generic", "IAsyncEnumerable<T>", "GetAsyncEnumerator", "(System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Collections.Generic", "IAsyncEnumerator<T>", "MoveNextAsync", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "IAsyncEnumerator<T>", "get_Current", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "ICollection<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "ICollection<T>", "Remove", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "ICollection<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "ICollection<T>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "IComparer<T>", "Compare", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "IDictionary<TKey,TValue>", "ContainsKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "IDictionary<TKey,TValue>", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "IDictionary<TKey,TValue>", "TryGetValue", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "IEnumerator<T>", "get_Current", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "IEqualityComparer<T>", "Equals", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "IEqualityComparer<T>", "GetHashCode", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "IList<T>", "IndexOf", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "IList<T>", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlyCollection<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlyDictionary<TKey,TValue>", "ContainsKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlyDictionary<TKey,TValue>", "TryGetValue", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlyDictionary<TKey,TValue>", "get_Item", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlyDictionary<TKey,TValue>", "get_Keys", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlyDictionary<TKey,TValue>", "get_Values", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlyList<T>", "get_Item", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlySet<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlySet<T>", "IsProperSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlySet<T>", "IsProperSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlySet<T>", "IsSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlySet<T>", "IsSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlySet<T>", "Overlaps", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "IReadOnlySet<T>", "SetEquals", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "ExceptWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "IntersectWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "IsProperSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "IsProperSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "IsSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "IsSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "Overlaps", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "SetEquals", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "SymmetricExceptWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ISet<T>", "UnionWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "KeyNotFoundException", "KeyNotFoundException", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "summary", "df-generated"]
- ["System.Collections.Generic", "KeyNotFoundException", "KeyNotFoundException", "(System.String)", "summary", "df-generated"]
- ["System.Collections.Generic", "KeyNotFoundException", "KeyNotFoundException", "(System.String,System.Exception)", "summary", "df-generated"]
- ["System.Collections.Generic", "KeyValuePair<TKey,TValue>", "ToString", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>+Enumerator", "OnDeserialization", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "OnDeserialization", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "Remove", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "RemoveFirst", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "RemoveLast", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedList<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "LinkedListNode<T>", "get_ValueRef", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "BinarySearch", "(System.Int32,System.Int32,T,System.Collections.Generic.IComparer<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "BinarySearch", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "BinarySearch", "(T,System.Collections.Generic.IComparer<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Contains", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "ConvertAll<TOutput>", "(System.Converter<T,TOutput>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "CopyTo", "(System.Int32,T[],System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "EnsureCapacity", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Exists", "(System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "FindIndex", "(System.Int32,System.Int32,System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "FindIndex", "(System.Int32,System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "FindIndex", "(System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "FindLastIndex", "(System.Int32,System.Int32,System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "FindLastIndex", "(System.Int32,System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "FindLastIndex", "(System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "IndexOf", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "IndexOf", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "IndexOf", "(T,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "IndexOf", "(T,System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "LastIndexOf", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "LastIndexOf", "(T,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "LastIndexOf", "(T,System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "List", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Remove", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Remove", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "RemoveAll", "(System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "RemoveRange", "(System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Reverse", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Reverse", "(System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Sort", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Sort", "(System.Collections.Generic.IComparer<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Sort", "(System.Comparison<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "Sort", "(System.Int32,System.Int32,System.Collections.Generic.IComparer<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "ToArray", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "TrueForAll", "(System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "List<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "NonRandomizedStringEqualityComparer", "Equals", "(System.String,System.String)", "summary", "df-generated"]
- ["System.Collections.Generic", "NonRandomizedStringEqualityComparer", "GetHashCode", "(System.String)", "summary", "df-generated"]
- ["System.Collections.Generic", "NonRandomizedStringEqualityComparer", "GetStringComparer", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "NonRandomizedStringEqualityComparer", "NonRandomizedStringEqualityComparer", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "summary", "df-generated"]
- ["System.Collections.Generic", "NullableComparer<T>", "Compare", "(System.Nullable<T>,System.Nullable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "NullableComparer<T>", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "NullableComparer<T>", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "NullableEqualityComparer<T>", "Equals", "(System.Nullable<T>,System.Nullable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "NullableEqualityComparer<T>", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "NullableEqualityComparer<T>", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "NullableEqualityComparer<T>", "GetHashCode", "(System.Nullable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "ObjectComparer<T>", "Compare", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "ObjectComparer<T>", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "ObjectComparer<T>", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "ObjectEqualityComparer<T>", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "ObjectEqualityComparer<T>", "Equals", "(T,T)", "summary", "df-generated"]
- ["System.Collections.Generic", "ObjectEqualityComparer<T>", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "ObjectEqualityComparer<T>", "GetHashCode", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection+Enumerator", "get_Current", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "Contains", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "Contains", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "IndexOf", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "IndexOf", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "Remove", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+KeyCollection", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection+Enumerator", "get_Current", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "Contains", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "Contains", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "IndexOf", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "IndexOf", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "Remove", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "Remove", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>+ValueCollection", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "Contains", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "Contains", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "ContainsKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "ContainsValue", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "EnsureCapacity", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "GetAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "IndexOf", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "IndexOf", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "IndexOf", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "Insert", "(System.Int32,TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "OrderedDictionary", "(System.Collections.Generic.IDictionary<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "OrderedDictionary", "(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "OrderedDictionary", "(System.Collections.Generic.IEqualityComparer<TKey>)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "OrderedDictionary", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "Remove", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "Remove", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "SetAt", "(System.Int32,TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "SetAt", "(System.Int32,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "TrimExcess", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "TryAdd", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "TryAdd", "(TKey,TValue,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "get_Capacity", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "get_Keys", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "OrderedDictionary<TKey,TValue>", "get_Values", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection+Enumerator", "get_Current", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>+UnorderedItemsCollection", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "Clear", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "Enqueue", "(TElement,TPriority)", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "EnqueueRange", "(System.Collections.Generic.IEnumerable<TElement>,TPriority)", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "EnsureCapacity", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "PriorityQueue", "(System.Collections.Generic.IEnumerable<System.ValueTuple<TElement,TPriority>>)", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "PriorityQueue", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "get_Capacity", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "PriorityQueue<TElement,TPriority>", "get_UnorderedItems", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "EnsureCapacity", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "Queue", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "ToArray", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "TrimExcess", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "get_Capacity", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Queue<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "ReferenceEqualityComparer", "Equals", "(System.Object,System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "ReferenceEqualityComparer", "get_Instance", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection+Enumerator", "get_Current", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection", "Contains", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyCollection", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyValuePairComparer", "Compare", "(System.Collections.Generic.KeyValuePair<TKey,TValue>,System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyValuePairComparer", "Equals", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+KeyValuePairComparer", "GetHashCode", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection+Enumerator", "get_Current", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection", "Contains", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection", "Remove", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>+ValueCollection", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "Contains", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "Contains", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "ContainsKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "ContainsValue", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "Remove", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "Remove", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "SortedDictionary", "(System.Collections.Generic.IComparer<TKey>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "TryGetValue", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "get_Comparer", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedDictionary<TKey,TValue>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+KeyList", "Contains", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+KeyList", "IndexOf", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+KeyList", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+KeyList", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+KeyList", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+KeyList", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+KeyList", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+ValueList", "Contains", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+ValueList", "IndexOf", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+ValueList", "Remove", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+ValueList", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+ValueList", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+ValueList", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>+ValueList", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "Contains", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "Contains", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "ContainsKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "ContainsValue", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "IndexOfKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "IndexOfValue", "(TValue)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "Remove", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "Remove", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "RemoveAt", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "SortedList", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "SortedList", "(System.Int32,System.Collections.Generic.IComparer<TKey>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedList<TKey,TValue>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>+Enumerator", "OnDeserialization", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "CreateSetComparer", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "CreateSetComparer", "(System.Collections.Generic.IEqualityComparer<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "ExceptWith", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "GetObjectData", "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "IsProperSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "IsProperSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "IsSubsetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "IsSupersetOf", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "OnDeserialization", "(System.Object)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "Overlaps", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "Remove", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "RemoveWhere", "(System.Predicate<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "SetEquals", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "SortedSet", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "SortedSet<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>+Enumerator", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>+Enumerator", "MoveNext", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>+Enumerator", "Reset", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "Contains", "(T)", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "EnsureCapacity", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "Stack", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "TrimExcess", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "TrimExcess", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "get_Capacity", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "Stack<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Generic", "TreeSet<T>", "TreeSet", "(System.Collections.Generic.IComparer<T>)", "summary", "df-generated"]