... | ... | @@ -21,6 +21,9 @@ |
|
|
* [4-3. System.Collections.SortedList](#sortedlist)
|
|
|
* [4-4. System.Collections.Stack](#stack)
|
|
|
* [4-5. System.Collections.Queue](#queue)
|
|
|
* [5. 파일](#파일)
|
|
|
* [5-1. System.IO.FileStream](#filestream)
|
|
|
|
|
|
|
|
|
|
|
|
|
... | ... | @@ -895,4 +898,7 @@ class QueueEx |
|
|
Util.PrintObjectArr(arr); //clear되었기 때문에 아무것도 출력하지 않는다.
|
|
|
}
|
|
|
}
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
## 파일
|
|
|
### FileStream |
|
|
\ No newline at end of file |