StrangeIoC
0.6.0
The IoC/Binding Framework for Unity3D and C#
|
Classes | |
class | BaseSignal |
The base class for all Signals. More... | |
class | Signal |
Base concrete form for a Signal with no parameters. More... | |
class | Signal< T > |
Base concrete form for a Signal with one parameter. More... | |
class | Signal< T, U > |
Base concrete form for a Signal with two parameters. More... | |
class | Signal< T, U, V > |
Base concrete form for a Signal with three parameters. More... | |
class | Signal< T, U, V, W > |
Base concrete form for a Signal with four parameters. More... | |
class | SignalException |
An exception thrown by the Signal system. More... | |