ClassHashtableDictionary
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:
cs-api-definition
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
HashtableDictionary()
Initializes a new instance of the HashtableDictionary class.
Declaration
cs-api-definition
public HashtableDictionary()
Properties
this[object]
Gets or sets the object with the specified key.