Class FastReflectionCaches
Class implementation for FastReflectionCaches
Inheritance
System.Object
FastReflectionCaches
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 FastReflectionCaches
Properties
MethodInvokerCache
Get or Set MethodInvokerCache
Declaration
public static IFastReflectionCache<MethodInfo, IMethodInvoker> MethodInvokerCache { get; set; }
Property Value
Type |
---|
IFastReflectionCache<System.Reflection.MethodInfo, IMethodInvoker> |
PropertyAccessorCache
Get or Set PropertyAccessorCache property
Declaration
public static IFastReflectionCache<PropertyInfo, IPropertyAccessor> PropertyAccessorCache { get; set; }
Property Value
Type |
---|
IFastReflectionCache<System.Reflection.PropertyInfo, IPropertyAccessor> |