Fields
public class MyClass
{
public int PublicField;
private int _packagePrivate;
private int _myPrivate;
protected int _myProtected;
}private int myPrivateVariableprivate int _myPrivateVariableField Position
Last updated
Was this helpful?