Click or drag to resize

FuncWrapT1, T2, T3, T4, T5 Constructor

返回用户文档首页
Initializes a new instance of the FuncWrapT1, T2, T3, T4, T5 class

Namespace: LoongCAD.Util
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public FuncWrap(
	Action<T1, T2, T3, T4, T5> _func
)

Parameters

_func  ActionT1, T2, T3, T4, T5
 
See Also