| MvArrayClone Method |
Cloning an array will copy its internal data.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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