BaseCollectionSpecification<T, TType>.

CollectionElementSpecification Property

Summary

Specification executed for collection element.

Syntax

[PublicAPI]
[NotNull]
protected IComplexSpecification<TType> CollectionElementSpecification { get; }

Attributes

Type Description
PublicAPI
NotNull

Value

Type Description
IComplexSpecification<TType>
GitHub