HashtableDictionary
Class
An object-object dictionary which returns null in case a key is not found (the normal dictionary does throw an exception in this case).
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class HashtableDictionary : Dictionary<object, object>, IDictionary<object, object>, ICollection<KeyValuePair<object, object>>, IDictionary, ICollection, IReadOnlyDictionary<object, object>, IReadOnlyCollection<KeyValuePair<object, object>>, IEnumerable<KeyValuePair<object, object>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectDictionary<object, object>HashtableDictionary
Implements:
Inherited Members
Constructors
Initializes a new instance of the HashtableDictionary class.
C#
public HashtableDictionary()