class Whatever { public List<Something> OrderQ { get; set; } }
var w = new Whatever(); w.OrderQ.Add(new Something());
© 2026 Hedgehog Software, LLC