C#C
C#3y ago
Livid

✅ public or local

hey if i have a class like this
public class Dog {
  public int publicInt;
  int isThisPublic?;

  method() {}
}
Was this page helpful?