Virtual Photonics
Delegates
Delegate | Description | |
---|---|---|
Func T1, T2, T3, T4, T5, TResult |
Additional Func which allows for five input arguments
| |
Func T1, T2, T3, T4, T5, T6, TResult |
Additional Func which allows for six input arguments
| |
FuncWithParams TParams, TResult |
Additional Func which allows for unlimited params TParams[] arguments (all inputs must be the same type)
| |
FuncWithParams T1, TParams, TResult |
Additional Func which allows for unlimited params TParams[] arguments (all inputs must be the same type)
| |
FuncWithParams T1, T2, TParams, TResult |
Additional Func which allows for unlimited params TParams[] arguments (all inputs must be the same type)
|