What is the default access level of a class in C#?
10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".
Depends on where it's declared - if it's immediately within a namespace, then public - inaccessible otherwise. If it's a nested class, then (can't be sure - can test to find out) I'd imagine it would be protected.
Thanks for the reply. I found this thread that seemd ot help so far..
10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".