The basic lookup interface that allows for retrieving implementations
for different aspects of the current instance.
Namespace: yWorks.SupportAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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.