An interface for instances that can provide an ILookup implementation
for a given object.
Namespace: yWorks.SupportAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface ILookupProvider<T> |
| Visual Basic |
|---|
Public Interface ILookupProvider(Of T) |
Type Parameters
- T
Remarks
This is useful in the case where lookup functionality is not intrinsic to
an item or where an existing object cannot implement the interface or when
an item needs to be decorated externally with new lookup functionality.