0
votes
votes
1 answers
(C#) Can't use access modifiers in constructor?
I seem to be missing something conceptually about how constructors work. For example, I know that the following compiles, where as the second code block does not, but I don't know [i]how come [/i ]it only compiles if i remove the access mod ...
