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

[This is preliminary documentation and is subject to change.]

This is a general purpose delegate to hold a method with one parameter and a return value,
Declaration Syntax
C#
public delegate R Function<T, R>(
	T parameter1
)
Generic Template Parameters
T
The type of the parameter.
R
The type of the return value.
Parameters
parameter1 (T)
The parameter passed to the method.
Return Value
The return value from the method.

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