Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ellie
c-sharp-study
Wiki
ellie csharp 6.task
ellie csharp 6.task
· Changes
Page history
no message
authored
Jan 06, 2016
by
ellie
Show whitespace changes
Inline
Side-by-side
ellie-csharp-6.task.markdown
View page @
be72c2bc
...
...
@@ -50,7 +50,6 @@ class FileState
//닷넷 4.5 BCL에 추가된 Async method
await
fs
.
ReadAsync
(
buf
,
0
,
buf
.
Length
);
//need not await code!
string
txt
=
Encoding
.
UTF8
.
GetString
(
buf
);
Console
.
WriteLine
(
txt
);
}
...
...