WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FastReflectionCaches - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FastReflectionCaches

    Class implementation for FastReflectionCaches

    Inheritance
    System.Object
    FastReflectionCaches
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    IFastReflectionCache<System.Reflection.MethodInfo, IMethodInvoker>

    PropertyAccessorCache

    Get or Set PropertyAccessorCache property

    Declaration
    public static IFastReflectionCache<PropertyInfo, IPropertyAccessor> PropertyAccessorCache { get; set; }
    Property Value
    Type Description
    IFastReflectionCache<System.Reflection.PropertyInfo, IPropertyAccessor>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved