| MvArrayClone Method |
Cloning an array will copy its internal data.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public override Object Clone()
Public Overrides Function Clone As Object
public:
virtual Object^ Clone() override
Return Value
Type:
Object
A copy of this object.
Implements
ICloneableCloneICloneableCloneSee Also