I don't understand what this is asking for at all (sry for bad title) [Answered]

Create a Sieve class with a public bool IsGood(int number) method. This class needs a constructor with a delegate parameter that can be invoked later within the IsGood method. Hint: You can make your own delegate type or use Func<int, bool>
Was this page helpful?