BaseLengthSpecification<T>.

BaseLengthSpecification(bool) Constructor

Summary

Creates Specification for candidate (collection) length verification.

Syntax

[PublicAPI]
protected BaseLengthSpecification(bool linqToEntities)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
linqToEntities bool Is linq to entities (without null check of collection in Expression).

Return Value

Type Description
void
GitHub