System.Text.DecoderNLS
namespace System.Text
{
internal class DecoderNLS : Decoder, ISerializable
{
protected EncodingNLS m_encoding;
protected bool m_mustFlush;
public new DecoderFallbackBuffer FallbackBuffer { get; }
public bool MustFlush { get; }
}
}