An IDictionary<(Of <(<'TKey, TValue>)>)> based implementation of an IMapper<(Of <(<'K, V>)>)> that can handle null keys gracefully and uses weak keys.

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

Syntax

C#
public class WeakDictionaryMapper<K, V> : IMapper<K, V>
Visual Basic
Public Class WeakDictionaryMapper(Of K, V) _
	Implements IMapper(Of K, V)

Type Parameters

K
V

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Model..::..WeakDictionaryMapper<(Of <(<'K, V>)>)>

See Also