Class MethodInvokerCache
Class implementation for MethodInvokerCache
Inheritance
System.Object
MethodInvokerCache
Implements
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 class MethodInvokerCache : FastReflectionCache<MethodInfo, IMethodInvoker>, IFastReflectionCache<MethodInfo, IMethodInvoker>
Constructors
MethodInvokerCache()
Declaration
public MethodInvokerCache()
Methods
Create(MethodInfo)
Return the IMethodInvoker Value from the given MethodInfo
Declaration
protected override IMethodInvoker Create(MethodInfo key)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | key |
Returns
Type |
---|
IMethodInvoker |
Overrides
Syncfusion.Windows.Chart.FastReflectionCache<System.Reflection.MethodInfo, Syncfusion.Windows.Chart.IMethodInvoker>.Create(System.Reflection.MethodInfo)