© 2026 Hedgehog Software, LLC
public class A { A(AnotherClass AC) { // how to check AC for null? var vc = new Test(AC); } }