Skip to content

Use of variable name "packagePrivate" #13

Open
@JamesC01

Description

@JamesC01

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions