コード例 #1
0
ファイル: DataError.cs プロジェクト: orf53975/ErrH
 public static bool IsBlank <T>(T objWithAttributes, IFileSystemShim fsShim)
 => DataError.Info(objWithAttributes, fsShim).IsBlank();
コード例 #2
0
ファイル: DataError.cs プロジェクト: orf53975/ErrH
 public static bool IsBlank <T>(T objWithAttributes)
 => DataError.Info(objWithAttributes).IsBlank();