Persistate API documentation
Function<(Of <(<'R>)>)> Delegate
NamespacesPersistateFunction<(Of <(<'R>)>)>

[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,
Declaration Syntax
C#
public delegate R Function<R>()
Generic Template Parameters
R
The type of the return value
Return Value
The return value from the method.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)