In Java a method that hasn't any visibility keyword is called package private and can be seen in from objects in the same package.
If a method or a field hasn't any visibility keyword in C# is it also package private and if not whats the visibility then?
And how can I make a field package private in C#?