Click or drag to resize

FuncWrapT1 Constructor

返回用户文档首页
Initializes a new instance of the FuncWrapT1 class

Namespace: LoongCAD.Util
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public FuncWrap(
	Action<T1> _func
)

Parameters

_func  ActionT1
 
See Also