NetworkStream serverStream = default(NetworkStream);
Is default a keyword?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jul 8, 2012, 8:04 AM
In this context it means the default value of the type in parentheses.
As NetworkStream is a reference type it's default value is 'null'.