NullIfEmptyOnListExt<T> extension

on

Properties

nullIfEmpty List<T>?

Available on List<T>, provided by the NullIfEmptyOnListExt extension

Returns null if the List is empty, otherwise returns the List.
no setter