Nevron .NET Vision
Nevron.Globalization Namespace / NDictionary Class / SyncWith Method
The dictionary to syncronize with.


In This Topic
    SyncWith Method (NDictionary)
    In This Topic
    Syncronizes the current dictionary with the specified one, adding all entries from the specified dictionary that are not in the curent one, and removing all entries from the current dictionary that are not in the specified one.
    Syntax
    'Declaration
     
    
    Public Sub SyncWith( _
       ByVal dictionary As NDictionary _
    ) 
    'Usage
     
    
    Dim instance As NDictionary
    Dim dictionary As NDictionary
     
    instance.SyncWith(dictionary)
    public void SyncWith( 
       NDictionary dictionary
    )

    Parameters

    dictionary
    The dictionary to syncronize with.
    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