Show / Hide Table of Contents

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 Source

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX