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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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