Click or drag to resize
MimeKit

YDecoderClone Method

Clone the YDecoder with its current state.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IMimeDecoder Clone()

Return Value

IMimeDecoder
A new YDecoder with identical state.

Implements

IMimeDecoderClone
Remarks
Creates a new YDecoder with exactly the same state as the current decoder.
See Also