Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of variable name "packagePrivate" #13

Open
JamesC01 opened this issue Nov 2, 2019 · 0 comments
Open

Use of variable name "packagePrivate" #13

JamesC01 opened this issue Nov 2, 2019 · 0 comments

Comments

@JamesC01
Copy link

JamesC01 commented Nov 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant