menu

UWP

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

    Show / Hide Table of Contents

    Class FastReflectionCache<TKey, TValue>

    Inheritance
    System.Object
    FastReflectionCache<TKey, TValue>
    Implements
    IFastReflectionCache<TKey, TValue>
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public abstract class FastReflectionCache<TKey, TValue> : Object, IFastReflectionCache<TKey, TValue>
    Type Parameters
    Name
    TKey
    TValue

    Constructors

    FastReflectionCache()

    Declaration
    protected FastReflectionCache()

    Methods

    Create(TKey)

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

    Get(TKey)

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

    Implements

    IFastReflectionCache<TKey, TValue>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved