MinLengthSpecification<T>.

MinLengthSpecification(int, bool) Constructor

Summary

Creates Specification for candidate (collection) length verification.

Syntax

[PublicAPI]
public MinLengthSpecification(int minLength, bool linqToEntities = false)

Attributes

Type Description
PublicAPI

Parameters

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

Return Value

Type Description
void
GitHub