Clone Method
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Sub Clone ( _
<OutAttribute> ByRef doppleganger As ICloneable _
)
'Usage
Dim instance As SimpleListClass
Dim doppleganger As ICloneable
instance.Clone(doppleganger)
public virtual void Clone(
out ICloneable doppleganger
)
public:
virtual void Clone(
[OutAttribute] ICloneable^% doppleganger
)
public function Clone(
doppleganger : ICloneable
)
Parameters
- doppleganger
Type: ICloneable%
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.