自身の複製の生成 (継承必須)

Namespace: FVIL.Measure
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public override Object Clone()
Visual Basic
Public Overrides Function Clone As Object

Return Value

Type: Object
自身のインスタンスの複製を返します。

Implements

ICloneable..::..Clone()()()()

See Also