Persistate API documentation
Work<(Of <(<'T, U, V>)>)> Delegate
NamespacesPersistateWork<(Of <(<'T, U, V>)>)>

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

This delegate can be used in all cases where a three parameter delegate returning void is required.
Declaration Syntax
C#
public delegate void Work<T, U, V>(
	T parameter1,
	U parameter2,
	V parameter3
)
Generic Template Parameters
T
The type of the first parameter.
U
The type of the second parameter.
V
The type of the third parameter.
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.

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