Click or drag to resize
ObjectMemberwiseClone Method
Creates a shallow copy of the current Object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
protected Object MemberwiseClone()

Return Value

Type: Object
A shallow copy of the current Object.
See Also