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

IsSatisfiedByA Method (candidate)
Determines that this specification is satisfied by any candidate.

Assembly: Epic.Prelude

Declaration Syntax
C#
protected override bool IsSatisfiedByA(
	TCandidate candidate
)
Parameters
candidate (TCandidate)
Candidate.
Return Value
Always trueTruetrue, since the base class grant that no nullNothingnullptr candidate will reach this method.
blog comments powered by Disqus