Show / Hide Table of Contents

Class FastAction<A>

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

Methods

| Edit this page View Source

Add(Action<A>)

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

Call(A)

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

Remove(Action<A>)

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