using static in C sharp

Using static: This new feature added in C# 6.0 which allows to import a class in place of importing a namespace and then consume all the statics member of that class without a class name prefix.



No comments:

Post a Comment