Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsAny<(Of <(<'TCandidate>)>)>OrElse(ISpecification<(Of <<'(TCandidate>)>>))

OrElse Method (other)
Overrides the default behaviour returning the current instance.

Assembly: Epic.Prelude

Declaration Syntax
C#
protected override ISpecification<TCandidate> OrElse(
	ISpecification<TCandidate> other
)
Parameters
other (ISpecification<(Of <(<'TCandidate>)>)>)
Another specification.
Return Value
The current instance, since True == True OR P.
blog comments powered by Disqus