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