Class FastAccess
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
A helper class for fast access to getters and setters
public static class FastAccess
- Inheritance
-
objectFastAccess
Methods
CreateInstantiationHandler<T>()
Creates an instantiation delegate
public static InstantiationHandler<T> CreateInstantiationHandler<T>()
Returns
- InstantiationHandler<T>
The new instantiation delegate
Type Parameters
TType that constructor creates