Selerix Developer Tools
SafeDictionary<TKey,TValue> Class
Members 






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace : SafeDictionary<TKey,TValue> Class
The type of the key.
The type of the value.
Dictionary that doesn't throw exception if item doesn't exists in [] access. Acts like Hashtable
Syntax
'Usage
 
Dim instance As SafeDictionary(Of TKey,TValue)
JScript does not support Generics.
Type Parameters
TKey
The type of the key.
TValue
The type of the value.
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      Selerix.Foundation.Data.SafeDictionary<TKey,TValue>

See Also

Reference

SafeDictionary<TKey,TValue> Members
Selerix.Foundation.Data Namespace