Compartir a través de


Base64Decoder.Clone Method

The Clone method creates a copy of this Base64Decoder object.

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

Syntax

'Declaration
Public Overrides NotOverridable Function Clone As ByteEncoder
'Usage
Dim instance As Base64Decoder
Dim returnValue As ByteEncoder

returnValue = instance.Clone()
public override sealed ByteEncoder Clone()