Example #1
0
 static public IReadOnlyList <T> EmptyIfNull <T>(this IEnumerable <T> _this) => (_this == null) ? Empty.List <T>() : _this.ToArray();