0

I have a question. What will happen if using namespace but not used in C#. Example: using System.Text; But I not use it.

Thank very much. Tinhs

3
  • Does this make the program run slower or not? Commented Oct 27, 2017 at 4:44
  • An unused using has no impact to the runtime performance of your application. Commented Oct 27, 2017 at 4:45
  • Possible duplicate of stackoverflow.com/questions/641234/… Commented Oct 27, 2017 at 4:47

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.