Show / Hide Table of Contents

Interface IMemoizedDelegate<TDelegate>

Representation of a memoized delegate including a reference to the memoization cache.

Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public interface IMemoizedDelegate<out TDelegate>
Type Parameters
Name Description
TDelegate

Type of the delegate.

Properties

Cache

Gets the memoization cache.

Declaration
IMemoizationCache Cache { get; }
Property Value
Type Description
IMemoizationCache

Delegate

Gets the memoized delegate.

Declaration
TDelegate Delegate { get; }
Property Value
Type Description
TDelegate
In This Article
Back to top Generated by DocFX