VPFuncWithParams T1, T2, TParams, TResult  DelegateVirtual Photonics - VTS Library
Virtual Photonics
Additional Func which allows for unlimited params TParams[] arguments (all inputs must be the same type)

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

public delegate TResult FuncWithParams<T1, T2, TParams, TResult>(
	T1 arg1,
	T2 arg2,
	params TParams[] paramters
)

Parameters

arg1
Type: T1
arg2
Type: T2
paramters
Type:  TParams 
Type Parameters

T1
T2
TParams
TResult

Return Value

Type: TResult
See Also