Class FastAction<A, B>
Inheritance
FastAction<A, B>
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public class FastAction<A, B>
Type Parameters
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