Skip to content

Add IsListed() function to Versions #116

@mmsmits

Description

@mmsmits

Something like this in Versions class:

public static bool IsListed(Version version)
{   
   return !_unlisted.Contains(version);
}

See if this is an extension method or not. (probably not).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions