RadControls for WPF

An object-object dictionary which returns null in case a key is not found (the normal dictionary does throw an exception in this case).

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.40

Syntax

C#
public class HashtableDictionary : Dictionary<Object, Object>
Visual Basic
Public Class HashtableDictionary _
	Inherits Dictionary(Of Object, Object)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'Object, Object>)>)>
    Telerik.Windows.Diagrams.Core..::..HashtableDictionary

See Also