BaseCollectionSpecification<T, TType>.

CanContinue(bool, bool) Method

Summary

Checks if flow can be continued after each element result.

Syntax

[PublicAPI]
protected abstract bool CanContinue(bool elementOverall, ref bool overall)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
elementOverall bool Overall result of current element.
overall bool Overall result for all elements, at this moment.

Return Value

Type Description
bool

true - loop can be continue.

false - break loop.

GitHub