Class FastReflectionCaches
Inheritance
System.Object
FastReflectionCaches
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public static class FastReflectionCaches : Object
Properties
MethodInvokerCache
Declaration
public static IFastReflectionCache<MethodInfo, IMethodInvoker> MethodInvokerCache { get; set; }
Property Value
Type |
---|
IFastReflectionCache<System.Reflection.MethodInfo, IMethodInvoker> |
PropertyAccessorCache
Declaration
public static IFastReflectionCache<PropertyInfo, IPropertyAccessor> PropertyAccessorCache { get; set; }
Property Value
Type |
---|
IFastReflectionCache<System.Reflection.PropertyInfo, IPropertyAccessor> |