menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FastReflectionCaches - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved