Show / Hide Table of Contents

Delegate RefResult<T>

Delegate type for "ref return" injections

Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public delegate ref T RefResult<T>();
Returns
Type Description
T
Type Parameters
Name Description
T

Return type of the original method, without ref modifier

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX