Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.DecoderReplacementFallback Class Referencesealed

Public Member Functions

 DecoderReplacementFallback ()
 
 DecoderReplacementFallback (string replacement)
 
override DecoderFallbackBuffer CreateFallbackBuffer ()
 
override bool Equals ([NotNullWhen(true)] object? value)
 
override int GetHashCode ()
 

Static Package Attributes

static readonly DecoderReplacementFallback s_default = new DecoderReplacementFallback()
 

Properties

string DefaultString [get]
 
override int MaxCharCount [get]
 
static DecoderFallback ReplacementFallback [get]
 
static DecoderFallback ExceptionFallback [get]
 

Private Attributes

readonly string _strDefault
 

Detailed Description

Definition at line 5 of file DecoderReplacementFallback.cs.


The documentation for this class was generated from the following file: