Classes | |
| class | DelegateFunction< ParameterType > |
| Delegate that is able to execute a function. More... | |
| class | DelegateMethod< TargetClass, ParameterType > |
| Delegate that is able to execute a method of an instance. More... | |
| class | Delegate< ParameterType > |
| Base class for delegates. More... | |
| class | ParameterEmpty |
| Parameter empty. Example of use : Delegate with empty arguments. More... | |
| class | DelegateFunctionVoid |
| Delegate that is able to execute a function without parameter. More... | |
| class | DelegateMethodVoid< TargetClass > |
| Delegate that is able to execute a method without parameter of an instance. More... | |
| class | DelegateVoid |
| Base class for delegates without parameter. More... | |