Loading...
Method in EnumerablesExtension
Returns an enumerator containing all items of sequence that are not null.
sequence
public static IEnumerable<T> NotNull<T>(this IEnumerable<T?> sequence) where T : class
IEnumerable<T?> sequence
IEnumerable<T?>
The sequence.
T
The type of item in sequence .
A sequence containing non-null elements of sequence .