Click or drag to resize

FuncWrapT1 Constructor

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

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

Parameters

_func  ActionT1
 
See Also