インスタンスのクローンの生成

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

Syntax

C#
public virtual Object Clone()
Visual Basic
Public Overridable Function Clone As Object

Return Value

Type: Object
自身のクローンを返します。

Implements

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

See Also