Skip to content

Extention on IEnumerable<T?> EliminateNulls() #36

@colinangusmackay

Description

@colinangusmackay

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions