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