© 2026 Hedgehog Software, LLC
public Type? Value1;
public void test() { if (Value1 != null) { Type Value2 = Value1; } }
Value1.HasValue