... | ... | @@ -20,6 +20,8 @@ |
|
|
* [4-2. System.Collections.Hashtable](#hashtable)
|
|
|
* [4-3. System.Collections.SortedList](#sortedlist)
|
|
|
* [4-4. System.Collections.Stack](#stack)
|
|
|
* [4-5. System.Collections.Queue](#queue)
|
|
|
|
|
|
|
|
|
|
|
|
-- -- --
|
... | ... | @@ -852,3 +854,5 @@ class StackEx |
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
### Queue |