1
Reply

What is the purpose of using statement in C#?

Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

May 08, 2016
809
0

    using keyword is used to include a namespace in the program. A program generally has multiple using statements.