I hadn't used these lines in my basic programs still i didn't get any errors, in which purpose we use them..?can anyone tell me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I hadn't used these lines in my basic programs still i didn't get any errors, in which purpose we use them..?can anyone tell me

using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace something

28th Dec 2016, 2:51 PM
Sharath Kumar
Sharath Kumar - avatar
2 Answers
+ 2
If you tag the question c#, you might get more answers. This is importing several standard libraries from .NET. You aren't going to get errors, if you don't use them. Static analysis tools will warn you about unused imports. Feel free to remove the ones you don't need.
29th Dec 2016, 5:11 AM
Igor B
Igor B - avatar
0
thank you Igor Berger
8th Feb 2017, 2:42 PM
Sharath Kumar
Sharath Kumar - avatar