I'm a beginner at C#, I used to program with java, I wonder what does name_1
in this syntax mean?
namespace name_1
{
public class name_2
{
...
}
}
Is it the package? Or what? It's in all the project files... Thanks in advance.
I'm a beginner at C#, I used to program with java, I wonder what does name_1
in this syntax mean?
namespace name_1
{
public class name_2
{
...
}
}
Is it the package? Or what? It's in all the project files... Thanks in advance.