>But I wonder why `var port = -1` wouldn't suff...
# announcements
a
But I wonder why
var port = -1
wouldn't suffice (it would be cheaper than a delegate property).
Because
-1
can be valid initialized value for your business logic.