Share via


ByteEncoder.Clone Method

When overridden in a derived class, the Clone method returns a copy of this ByteEncoder object.

Namespace:  Microsoft.Exchange.Data.Mime.Encoders
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overridable Function Clone As ByteEncoder
'Usage
Dim instance As ByteEncoder
Dim returnValue As ByteEncoder

returnValue = instance.Clone()
public virtual ByteEncoder Clone()