コード例 #1
0
 // ReSharper disable once InconsistentNaming
 public static void fiae([CanBeNull] this string argumentValue)
 {
     Fail.IfArgumentEmpty(argumentValue, nameof(argumentValue));
 }