Util2.ObjectHandlerProcess Generic Delegate

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Process object.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public delegate void ObjectHandlerProcess<T>(
	T o
)
Public Delegate Sub ObjectHandlerProcess(Of T) ( _
	o As T _
)
generic<typename T>
public delegate void ObjectHandlerProcess(
	T o
)

Parameters

o
T
Object.

Type Parameters

T
Type.

See Also