Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TextEncoderSettings() [2/3]

System.Text.Encodings.Web.TextEncoderSettings.TextEncoderSettings ( TextEncoderSettings other)
inline

Definition at line 15 of file TextEncoderSettings.cs.

16 {
17 if (other == null)
18 {
19 throw new ArgumentNullException("other");
20 }
21 _allowedCodePointsBitmap = other.GetAllowedCodePointsBitmap();
22 }

References System.Text.Encodings.Web.TextEncoderSettings._allowedCodePointsBitmap, and System.other.