Nevron.Nov.DataStructures Namespace / NStringMap<T> Class


In This Topic
    NStringMap<T> Class Methods
    In This Topic

    For a list of all members of this type, see NStringMap<T> members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists.  
    Public MethodRemoves all entries from the map.  
    Public MethodOverloaded. Checks whether the map contains a key equal to the given string.  
    Public MethodCopies all items of the map to the specified array, starting from the specified array index.  
    Public MethodOverloaded. Finds all key-value pairs in this map whose key matches the given search string and match mode.  
    Public MethodFinds all key-value pairs in this map whose key is found to be similar to the given string using the specified string similarity context.  
    Public MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
    Public MethodGets a key-value pair iterator.  
    Public MethodOverloaded. Removes the given key-value pair from the map.  
    Public MethodSets the value corresponding to the given key. If key-value association already exists, the value is replaced.  
    Public MethodConverts this set to an array.  
    Public MethodTries to get the value for the specified key.  
    Top
    See Also