Nevron .NET Vision
Nevron.Globalization Namespace / NDictionary Class
Properties Methods


In This Topic
    NDictionary Class Members
    In This Topic

    The following tables list the members exposed by NDictionary.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of entries in the dictionary.  
    Public PropertyGets/Sets the name of this dictionary.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new entry to the dictionary.  
    Public MethodClears all strings from the dictionary.  
    Public MethodAdds all entries from the specified dictionary to the current one.  
    Public MethodGets an enumerator that iterates through all key/value pairs in this dictionary.  
    Public MethodOverloaded. Loads the dictionary from a file.  
    Public MethodOverloaded. Saves the dictionary to a file.  
    Public MethodSyncronizes 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.  
    Public MethodOverloaded. Returns the translation of the given value. Returns the value itself if no translation was found or the translation is an empty string or null.  
    Top
    See Also