Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DecoderExceptionFallback.cs
Go to the documentation of this file.
2
3namespace System.Text;
4
6{
8
9 public override int MaxCharCount => 0;
10
15
16 public override bool Equals([NotNullWhen(true)] object? value)
17 {
19 }
20
21 public override int GetHashCode()
22 {
23 return 879;
24 }
25}
override DecoderFallbackBuffer CreateFallbackBuffer()
static readonly DecoderExceptionFallback s_default
override bool Equals([NotNullWhen(true)] object? value)