© 2026 Hedgehog Software, LLC
private int myVar; public int MyVar { get => myVar; set => myVar = value; }
public int MyVar;