Show / Hide Table of Contents

Class FastAction<A, B>

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

Methods

| Edit this page View Source

Add(Action<A, B>)

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

Call(A, B)

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

Remove(Action<A, B>)

Declaration
public void Remove(Action<A, B> rhs)
Parameters
Type Name Description
Action<A, B> 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
☀
☾