Interface IFastReflectionCache<TKey, TValue>
Interface implementation for IFastReflectionCache
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public interface IFastReflectionCache<TKey, TValue>
Type Parameters
| Name |
|---|
| TKey |
| TValue |
Methods
Get(TKey)
Get method declaration for IFastReflectionCache method
Declaration
TValue Get(TKey key)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key |
Returns
| Type |
|---|
| TValue |