This blog is dedicated to .NET Framework technologies.
Friday, October 5, 2007
typeof(void)???
What returns typeof(void)? void is special keyword in C#. void is related to System.Void type in .NET BCL. System.Void is simple structure with no arguments and default constructor.
No comments:
Post a Comment