M
Mark
I have a .cs file that contains a public class and a public struct in a
single namespace. I decided I wanted the struct to only be accessible to
the class, and not to the rest of my project. I changed the public struct
to a private struct, but it gave me the following error ... why? What are
my options? Thanks in advance! - Mark
"Namespace elements cannot be explicitly declared as private, protected, or
protected internal."
single namespace. I decided I wanted the struct to only be accessible to
the class, and not to the rest of my project. I changed the public struct
to a private struct, but it gave me the following error ... why? What are
my options? Thanks in advance! - Mark
"Namespace elements cannot be explicitly declared as private, protected, or
protected internal."