You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: