Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: IEnumerable<T> DefinitelyRequired

Declaration

IEnumerable<T> DefinitelyRequired

Summary

Enumerates every item that is known to be in the final required set. "Definitely" doesn't mean that there exists no subset resulting in "true" without these members. Rather, it means that the algorithm will definitely return these values, and maybe some others too.