Namespace: | Sirenix.Utilities |
Assembly: | Sirenix.Utilities |
public static class DelegateExtensions
public static Func<TResult> Memoize<TResult>(this Func<TResult> getValue)
System.Func<TResult> | getValue |
System.Func<TResult> |
TResult |
public static Func<T, TResult> Memoize<T, TResult>(this Func<T, TResult> func)
System.Func<T, TResult> | func |
System.Func<T, TResult> |
T | |
TResult |