Class FastReflectionCache<TKey, TValue>
Class implementation for FastReflectionCache
Inheritance
System.Object
FastReflectionCache<TKey, TValue>
Implements
IFastReflectionCache<TKey, TValue>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public abstract class FastReflectionCache<TKey, TValue> : IFastReflectionCache<TKey, TValue>
Type Parameters
Name |
---|
TKey |
TValue |
Constructors
FastReflectionCache()
Declaration
protected FastReflectionCache()
Methods
Create(TKey)
FastReflectionCache(TKey, TValue).Create Method
Declaration
protected abstract TValue Create(TKey key)
Parameters
Type | Name | Description |
---|---|---|
TKey | key |
Returns
Type |
---|
TValue |
Get(TKey)
Get method declaration for IFastReflectionCache method
Declaration
public TValue Get(TKey key)
Parameters
Type | Name | Description |
---|---|---|
TKey | key |
Returns
Type |
---|
TValue |