Possible Duplicate:
Default visibility for C# classes and members (fields, methods, etc)?
Is a C# field by default private? In general is there a guide (possibly a msdn guide) that specifies these things? When you ommit a modifier, which one is used? Thanks indeed.
Yes, it is private by default. More discussion around it in this and this question.
All type members are private by default.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With