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

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

This is a general purpose delegate to hold a method with four parameters and a return value,
Declaration Syntax
C#
public delegate R Function<T, U, V, W, R>(
	T parameter1,
	U parameter2,
	V parameter3,
	W parameter4
)
Generic Template Parameters
T
The type of the first parameter.
U
The type of the second parameter.
V
The type of the third parameter.
W
The type of the fourth parameter.
R
The type of the return value.
Parameters
parameter1 (T)
The first parameter passed to the method.
parameter2 (U)
The second parameter passed to the method.
parameter3 (V)
The third parameter passed to the method.
parameter4 (W)
The fourth parameter passed to the method.

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