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.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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>)>)>
yWorks.Canvas.Model..::..WeakDictionaryMapper<(Of <(<'K, V>)>)>