Access specifier
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Do any one know what is the meaning of declaring a class with public access specifier?
-
Do any one know what is the meaning of declaring a class with public access specifier?
Without it the class is not visible outside of the assembly.
website // Project : AmmoITX //profile Another Post by NnamdiOnyeyiri
-
Do any one know what is the meaning of declaring a class with public access specifier?
public[^] is explained within the C# Programmer's Reference on MSDN. - Nick Parker
My Blog | My Articles