Returns a new Disjunction<(Of <(<'TCandidate>)>)> that will be satisfied when either
the current specification or the other are satisfied.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected override ISpecification<TCandidate> OrElse( ISpecification<TCandidate> other )
Parameters
- other (ISpecification<(Of <(<'TCandidate>)>)>)
- Another specification.
Return Value