Interface IFastReflectionCache<TKey, TValue>
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public interface IFastReflectionCache<in TKey, out TValue>
Type Parameters
Name |
---|
TKey |
TValue |
Methods
Get(TKey)
Declaration
TValue Get(TKey key)
Parameters
Type | Name | Description |
---|---|---|
TKey | key |
Returns
Type |
---|
TValue |