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

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

This delegate can be used in all cases where a two parameter delegate returning void is required.
Declaration Syntax
C#
public delegate void Work<T, U>(
	T parameter1,
	U parameter2
)
Generic Template Parameters
T
The type of the first parameter.
U
The type of the second parameter.
Parameters
parameter1 (T)
The first parameter passed to the method.
parameter2 (U)
The second parameter passed to the method.

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