Class MethodInvokerFactory
Class implementation for MethodInvokerFactory
Inheritance
System.Object
MethodInvokerFactory
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 MethodInvokerFactory : IFastReflectionFactory<MethodInfo, IMethodInvoker>
Constructors
MethodInvokerFactory()
Declaration
public MethodInvokerFactory()
Methods
Create(MethodInfo)
Return IMethodInvoker value from the given MethodInfo
Declaration
public IMethodInvoker Create(MethodInfo key)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | key |
Returns
Type |
---|
IMethodInvoker |
Explicit Interface Implementations
IFastReflectionFactory<MethodInfo, IMethodInvoker>.Create(MethodInfo)
Declaration
IMethodInvoker IFastReflectionFactory<MethodInfo, IMethodInvoker>.Create(MethodInfo key)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | key |
Returns
Type |
---|
IMethodInvoker |