menu

WPF

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

    Show / Hide Table of Contents

    Interface IFastReflectionFactory<TKey, TValue>

    Interface implementation for IFastReflectionFactory

    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public interface IFastReflectionFactory<TKey, TValue>
    Type Parameters
    Name
    TKey
    TValue

    Methods

    Create(TKey)

    Create method declaration for IFastReflectionFactory interface

    Declaration
    TValue Create(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type
    TValue
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved