Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Encodings.Web.SpanUtility Class Reference

Static Public Member Functions

static bool IsValidIndex< T > (ReadOnlySpan< T > span, int index)
 
static bool IsValidIndex< T > (Span< T > span, int index)
 
static bool TryWriteBytes (Span< byte > span, byte a, byte b, byte c, byte d)
 
static bool TryWriteBytes (Span< byte > span, byte a, byte b, byte c, byte d, byte e)
 
static bool TryWriteBytes (Span< byte > span, byte a, byte b, byte c, byte d, byte e, byte f)
 
static bool TryWriteChars (Span< char > span, char a, char b, char c, char d)
 
static bool TryWriteChars (Span< char > span, char a, char b, char c, char d, char e)
 
static bool TryWriteChars (Span< char > span, char a, char b, char c, char d, char e, char f)
 
static bool TryWriteUInt64LittleEndian (Span< byte > span, int offset, ulong value)
 

Static Private Member Functions

static bool AreValidIndexAndLength (int spanRealLength, int requestedOffset, int requestedLength)
 

Detailed Description

Definition at line 7 of file SpanUtility.cs.


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