Show / Hide Table of Contents

Class FastAccess

A helper class for fast access to getters and setters

Inheritance
object
FastAccess
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public static class FastAccess

Methods

CreateInstantiationHandler<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

In this article
Back to top Generated by DocFX