An IDictionary<(Of <(<'TKey, TValue>)>)> based implementation of an IMapper<(Of <(<'K, V>)>)> that can handle nullNothingnullptra null reference (Nothing in Visual Basic) and other default-value keys gracefully.

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 DictionaryMapper<K, V> : IMapper<K, V>
Visual Basic
Public Class DictionaryMapper(Of K, V) _
	Implements IMapper(Of K, V)

Type Parameters

K
V

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Model..::..DictionaryMapper<(Of <(<'K, V>)>)>
    yWorks.yFiles.GraphML.Parser..::..CreationProperties

See Also