Nevron .NET Vision
Nevron.Globalization Namespace / NDictionary Class / CombineWith Method


In This Topic
    CombineWith Method (NDictionary)
    In This Topic
    Adds all entries from the specified dictionary to the current one.
    Syntax
    'Declaration
     
    
    Public Sub CombineWith( _
       ByVal dictionary As NDictionary _
    ) 
    'Usage
     
    
    Dim instance As NDictionary
    Dim dictionary As NDictionary
     
    instance.CombineWith(dictionary)
    public void CombineWith( 
       NDictionary dictionary
    )

    Parameters

    dictionary
    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