You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically an extension method that takes in an IEnumerable<T?> and returns and IEnumerable<T> after filtering out any entry that is null so each element in the resulting sequence is guaranteed to be not null.