Class FastAccess
A helper class for fast access to getters and setters
Inheritance
System.Object
FastAccess
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public static class FastAccess
Methods
| Improve this Doc View SourceCreateInstantiationHandler<T>()
Creates an instantiation delegate
Declaration
public static InstantiationHandler<T> CreateInstantiationHandler<T>()
Returns
Type | Description |
---|---|
InstantiationHandler<T> | The new instantiation delegate |
Type Parameters
Name | Description |
---|---|
T | Type that constructor creates |