VPFunc T1, T2, T3, T4, T5, TResult  DelegateVirtual Photonics - VTS Library
Virtual Photonics
Additional Func which allows for five input arguments

Namespace: System
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public delegate TResult Func<T1, T2, T3, T4, T5, TResult>(
	T1 arg1,
	T2 arg2,
	T3 arg3,
	T4 arg4,
	T5 arg5
)

Parameters

arg1
Type: T1
arg2
Type: T2
arg3
Type: T3
arg4
Type: T4
arg5
Type: T5
Type Parameters

T1
T2
T3
T4
T5
TResult

Return Value

Type: TResult
See Also