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