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 |