DecoderReplacementFallbackBuffer(DecoderReplacementFallback) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DecoderReplacementFallbackBuffer class using the value of a DecoderReplacementFallback object.
public:
DecoderReplacementFallbackBuffer(System::Text::DecoderReplacementFallback ^ fallback);
public DecoderReplacementFallbackBuffer (System.Text.DecoderReplacementFallback fallback);
new System.Text.DecoderReplacementFallbackBuffer : System.Text.DecoderReplacementFallback -> System.Text.DecoderReplacementFallbackBuffer
Public Sub New (fallback As DecoderReplacementFallback)
Parameters
- fallback
- DecoderReplacementFallback
A DecoderReplacementFallback object that contains a replacement string.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.