7
gorsamp
6y

Null-propagation operator and null coalesce all in one line makes me tingly.

return registryKey.GetValue("foo")?.ToString()??"bar";

Comments
Add Comment