Click or drag to resize

FuncWrapT1, T2 Constructor

返回用户文档首页
Initializes a new instance of the FuncWrapT1, T2 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> _func
)

Parameters

_func  ActionT1, T2
 
See Also