M
Man T
When you define a class the default is internal, right?
eg.
class myClass
{
}
I got a class library contains this class.
But why if when creating a new project (eg. Console application) and add
this class library as references, this myClass can be called/instantiated?
eg.
class myClass
{
}
I got a class library contains this class.
But why if when creating a new project (eg. Console application) and add
this class library as references, this myClass can be called/instantiated?