Class FastReflectionFactories
Class implementation for FastReflectionFactories
Inheritance
System.Object
FastReflectionFactories
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 static class FastReflectionFactories
Properties
MethodInvokerFactory
Get or Set MethodInvokerFactory property
Declaration
public static IFastReflectionFactory<MethodInfo, IMethodInvoker> MethodInvokerFactory { get; set; }
Property Value
Type |
---|
IFastReflectionFactory<System.Reflection.MethodInfo, IMethodInvoker> |