Nevron .NET Vision
Nevron.Chart Namespace / NFilteredIterator Class / m_Iterator Field


In This Topic
    m_Iterator Field
    In This Topic
    The underlying iterator.
    Syntax
    'Declaration
     
    
    Protected m_Iterator As INIterator
    'Usage
     
    
    Dim instance As NFilteredIterator
    Dim value As INIterator
     
    value = instance.m_Iterator
     
    instance.m_Iterator = value
    protected INIterator m_Iterator
    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