Click or drag to resize

EventGuardTClone Method

Creates a new object that is a copy of the current instance.

Namespace:  WhetStone.Guard
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public override Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneableClone
See Also