Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EncoderExceptionFallback.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 654;
24 }
25}
override EncoderFallbackBuffer CreateFallbackBuffer()
override bool Equals([NotNullWhen(true)] object? value)
static readonly EncoderExceptionFallback s_default