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

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Inheritance Hierarchy

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

See Also