Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Encodings.Web.DefaultJavaScriptEncoder.EscaperImplementation Class Referencesealed

Package Functions

override int EncodeUtf8 (Rune value, Span< byte > destination)
 
override int EncodeUtf16 (Rune value, Span< char > destination)
 

Static Package Attributes

static readonly EscaperImplementation Singleton = new EscaperImplementation(allowMinimalEscaping: false)
 
static readonly EscaperImplementation SingletonMinimallyEscaped = new EscaperImplementation(allowMinimalEscaping: true)
 

Private Member Functions

 EscaperImplementation (bool allowMinimalEscaping)
 

Private Attributes

readonly AsciiByteMap _preescapedMap
 

Detailed Description

Definition at line 8 of file DefaultJavaScriptEncoder.cs.


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