Class HashtableDictionary
An object-object dictionary which returns null in case a key is not found (the normal dictionary does throw an exception in this case).
Inheritance
System.Object
HashtableDictionary
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class HashtableDictionary : Dictionary<object, object>
Constructors
HashtableDictionary()
Initializes a new instance of the HashtableDictionary class.
Declaration
public HashtableDictionary()
Properties
Item[Object]
Gets or sets the System.Object with the specified key.
Declaration
public object this[object key] { get; set; }
Parameters
System.Object
key
|
Property Value
System.Object
|