The text of this article is not in this database — only its details are. Read it on the old site: Using Static Statements Improvements in C# 6.0
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Using Static Statements Improvements in C# 6.0
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Kuppurasu NagarajPosted Apr 24, 2016, 12:42 PM
Nice Sharing..
Gowtham RajamanickamPosted Apr 11, 2016, 1:54 AM
good one
Gaurav KumarPosted Dec 8, 2014, 6:52 AM
Thanks @Vulpes for reading my articles in the next article i'll write on Enumeration and Structs as well
VulpesPosted Dec 5, 2014, 7:16 PM
There are to be significant changes to the using static feature as described in this article. Using static will now enable the static members of any type - class, struct or enum - and not just static classes to be imported. Also the syntax will be 'using static' and not just 'using' to distinguish it from other uses of the latter. Check out : http://blogs.msdn.com/b/csharpfaq/archive/2014/11/20/new-features-in-c-6.aspx.