Nevron .NET Vision
Nevron Namespace / NCompositeConverter Class / m_Converters Field


In This Topic
    m_Converters Field
    In This Topic
    An array of contained converters
    Syntax
    'Declaration
     
    
    Protected m_Converters As INObjectConverter()
    'Usage
     
    
    Dim instance As NCompositeConverter
    Dim value() As INObjectConverter()
     
    value = instance.m_Converters
     
    instance.m_Converters = value
    protected INObjectConverter[] m_Converters
    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