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

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

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

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