Builds a negation of the current specification, assigning negatedSpecification.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected virtual void BuildNegation( out ISpecification<Candidate> negatedSpecification )
Parameters
- negatedSpecification (ISpecification<(Of <(<'Candidate>)>)>%)
- Negated specification.
Remarks
This is a query in CQS terms, but using a void method with an out
arguments enable overloading to derived class.