Click or drag to resize

ProcedureClone Method

Clone a QuickLogic procedure.

Namespace:  Demo3D.QuickLogic
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Object Clone()

Return Value

Type: Object
A copy of the QuickLogic procedure.

Implements

ICloneableClone
See Also