The basic lookup interface that allows for retrieving implementations
for different aspects of the current instance.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface ILookup |
| Visual Basic |
|---|
Public Interface ILookup |
Remarks
The lookup idiom allows for dynamically providing, adding, changing, and removing
implementation aspects of an instance that would not be possible to achieve
using ordinary object oriented methods.