Show / Hide Table of Contents

Class FastAction<A, B, C>

Inheritance
object
FastAction<A, B, C>
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public class FastAction<A, B, C>
Type Parameters
Name Description
A
B
C

Methods

| Edit this page View Source

Add(Action<A, B, C>)

Declaration
public void Add(Action<A, B, C> rhs)
Parameters
Type Name Description
Action<A, B, C> rhs
| Edit this page View Source

Call(A, B, C)

Declaration
public void Call(A a, B b, C c)
Parameters
Type Name Description
A a
B b
C c
| Edit this page View Source

Remove(Action<A, B, C>)

Declaration
public void Remove(Action<A, B, C> rhs)
Parameters
Type Name Description
Action<A, B, C> rhs

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾