A simple interface for a typed dictionary-like implementation.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.