TLogicalAndSpecification<T> Class
Definition
Delphi
type TLogicalAndSpecification<T> = class(TBinarySpecification<T>)
Type Parameters
- T
- Inheritance
Constructors
| Create(ISpecification<T>, ISpecification<T>) | (Inherited from TBinarySpecification<T>) |
Methods
Fields
| fLeft | (Inherited from TBinarySpecification<T>) |
| fRight | (Inherited from TBinarySpecification<T>) |