SpecificationNoneT Method  | 
 Creates a specification that will return none of the available objects.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxpublic static ISpecification<T> None<T>()
Public Shared Function None(Of T) As ISpecification(Of T)
public:
generic<typename T>
static ISpecification<T>^ None()
static member None : unit -> ISpecification<'T> 
Type Parameters
- T
 - The type of object that is ultimately selected by the specification.
 
Return Value
Type: 
ISpecificationTA specification that will return none of the available objects.
See Also