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