Open
Description
In the fields casing guide it shows:
int packagePrivate;
In C#, when you leave off the access modifier, I believe members default to private, unlike java, which defaults to package private.
Also, being a bit nitpicky, but I think "package private" in c#, would be internal
, but I don't think the term package is used. I think it would be assembly, or project. Unless package is a unity thing.
Metadata
Metadata
Assignees
Labels
No labels