menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FastReflectionCache<TKey, TValue> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FastReflectionCache<TKey, TValue>

    Class implementation for FastReflectionCache

    Inheritance
    System.Object
    FastReflectionCache<TKey, TValue>
    MethodInvokerCache
    PropertyAccessorCache
    Implements
    IFastReflectionCache<TKey, TValue>
    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 abstract class FastReflectionCache<TKey, TValue> : IFastReflectionCache<TKey, TValue>
    Type Parameters
    Name
    TKey
    TValue

    Constructors

    FastReflectionCache()

    Declaration
    protected FastReflectionCache()

    Methods

    Create(TKey)

    FastReflectionCache(TKey, TValue).Create Method

    Declaration
    protected abstract TValue Create(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type
    TValue

    Get(TKey)

    Get method declaration for IFastReflectionCache method

    Declaration
    public TValue Get(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type
    TValue

    Implements

    IFastReflectionCache<TKey, TValue>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved