QPDecoder.Clone Method
The Clone method returns a copy of this QPDecoder 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 QPDecoder
Dim returnValue As ByteEncoder
returnValue = instance.Clone()
public override sealed ByteEncoder Clone()
Return Value
See Also