Summary
Checks if flow can be continued after each element result.
- Namespace
- FluentSpecification
.Common .Abstractions - Containing Type
- Base
Collection Specification <T, TType>
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. |