Nevron .NET Vision
Nevron.Filters Namespace / NNotFilter Class / NNotFilter Constructor / NNotFilter Constructor(NFilter)
filter to invert


In This Topic
    NNotFilter Constructor(NFilter)
    In This Topic
    Creates a new NOT filter inverting the result of the specified filter
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal filter As NFilter _
    )
    'Usage
     
    
    Dim filter As NFilter
     
    Dim instance As New NNotFilter(filter)
    public NNotFilter( 
       NFilter filter
    )

    Parameters

    filter
    filter to invert
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also