Nevron .NET Vision
Nevron.Chart Namespace / NFilteredIterator Class / NFilteredIterator Constructor


In This Topic
    NFilteredIterator Constructor
    In This Topic
    Creates a new filtered iterator based on iterator and filter.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal iterator As INIterator, _
       ByVal filter As INFilter _
    )
    'Usage
     
    
    Dim iterator As INIterator
    Dim filter As INFilter
     
    Dim instance As New NFilteredIterator(iterator, filter)
    public NFilteredIterator( 
       INIterator iterator,
       INFilter filter
    )

    Parameters

    iterator
    filter
    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