A simple mutable ILookup implementation that is backed by a dictionary.

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public sealed class DictionaryLookup : ILookup
Visual Basic
Public NotInheritable Class DictionaryLookup _
	Implements ILookup

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..DictionaryLookup

See Also