AbstractBlocListNullableExtensions<T> extension

Extension methods for nullable lists of type T.

on

Properties

abstractBlocListCount int

Available on List<T>?, provided by the AbstractBlocListNullableExtensions extension

Returns the count of elements in the list, or 0 if the list is null.
no setter
abstractBlocListIsNotNullOrEmpty bool

Available on List<T>?, provided by the AbstractBlocListNullableExtensions extension

Checks if the list is not null and not empty.
no setter
abstractBlocListIsNullOrEmpty bool

Available on List<T>?, provided by the AbstractBlocListNullableExtensions extension

Checks if the list is null or empty.
no setter