public

public class MyClass { ... }, public int MyProperty { get; set; }

private

private int myField;, private void MyMethod() { ... }

protected

protected int myField;, protected void MyMethod() { ... }