LengthSpecification<T>.

LengthSpecification(int, bool) Constructor

Summary

Creates Specification for candidate (collection) length verification.
Namespace
FluentSpecification.Common
Containing Type
LengthSpecification<T>

Syntax

[PublicAPI]
public LengthSpecification(int length, bool linqToEntities = false)

Attributes

Type Description
PublicAPI

Parameters

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

Return Value

Type Description
void
GitHub