+ 1
What is different? "Using" in and out my namespace
My english isn't very good. Hi :), a few days ago I searched something, and I found a code on msdn, where was "using" in namespace. Why they make this?
7 Respostas
0
Maybe you can Google the answer
I'll check
0
the answer is at this link
https://en.m.wikipedia.org/wiki/Namespace
Namespace - Wikipedia
0
@okezie I checked, but i don't understand
0
I know what is namespace, but why they use in using in another namespace
0
do you speak English
0
if you don't speak English write it in your language I'll translate it.
I don't understand what you are saying
0
this is a part of code, but this is what i try to say
// events1.cs
using System;
namespace MyCollections
{
using System.Collections;
https://msdn.microsoft.com/en-us/library/aa645739(v=vs.71).aspx