CombinedSpecificationTLeftOperand Property  | 
 Gets the left operand of the combination.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxpublic ISpecification<T> LeftOperand { get; }Public ReadOnly Property LeftOperand As ISpecification(Of T)
	Get
public:
property ISpecification<T>^ LeftOperand {
	ISpecification<T>^ get ();
}member LeftOperand : ISpecification<'T> with get
Property Value
Type: 
ISpecificationT
See Also