Search Results for

    Show / Hide Table of Contents

    Delegate BasicCache<T, K>.NewItemInstanceDelegate

    Delegate that creates a new instance by its key.

    Namespace: Evergine.Common.Helpers
    Assembly: Evergine.Common.dll
    Syntax
    public delegate K BasicCache<T, K>.NewItemInstanceDelegate(T key)
    Parameters
    Type Name Description
    T key

    The key.

    Returns
    Type Description
    K

    The new item instance.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX