Delegate InstantiationHandler<T>
A constructor delegate type
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public delegate T InstantiationHandler<out T>();
Returns
Type | Description |
---|---|
T | An delegate |
Type Parameters
Name | Description |
---|---|
T | Type that constructor creates |