c# check if argument null

C#
_ = s ?? throw new ArgumentNullException(nameof(s));
Source

Also in C#: