A simple interface for a typed dictionary-like implementation.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IMapper<K, V> |
| Visual Basic |
|---|
Public Interface IMapper(Of K, V) |
Type Parameters
- K
- The type of element this interface accepts as keys for the map.
- V
- The type of element this interface accepts as values for the map.