Fork me on GitHubEpicdominant domains

And Method (other)
Create a new ISpecification<(Of <(<'TCandidate>)>)> that evaluates the other only if the current specification is satisfied.

Assembly: Epic.Prelude

Declaration Syntax
C#
public ISpecification<Candidate2> And(
	ISpecification<Candidate2> other
)
Parameters
other (ISpecification<(Of <(<'Candidate2>)>)>)
The other specification to evaluate.
Return Value
A new ISpecification<(Of <(<'TCandidate>)>)> that evaluates the other only if the current specification is satisfied.
Remarks
This method calls AndAlso(ISpecification<(Of <<'(Candidate2>)>>)) that can be overridden.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is nullNothingnullptr.
blog comments powered by Disqus