Click or drag to resize

FuncWrapT1, T2, T3, T4, T5, T6 Constructor

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

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

Parameters

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