VPFuncWithParams 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<TParams, TResult>(
	params TParams[] paramters
)

Parameters

paramters
Type:  TParams 
Type Parameters

TParams
TResult

Return Value

Type: TResult
See Also