[This is preliminary documentation and is subject to change.]
This is a general purpose delegate to hold a method with no parameters
and a return value,
| C# |
public delegate R Function<R>()
- R
- The type of the return value
The return value from the method.