terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.MemoryExtensions Class Reference

Static Public Member Functions

static int ToUpperInvariant (this ReadOnlySpan< char > source, Span< char > destination)
 
static bool EndsWith (this ReadOnlySpan< char > span, ReadOnlySpan< char > value, StringComparison comparisonType)
 
static Span< TAsSpan< T > (this T[] array, int start)
 
static ReadOnlySpan< char > AsSpan (this string text)
 
static ReadOnlySpan< char > AsSpan (this string text, int start)
 
static ReadOnlySpan< char > AsSpan (this string text, int start, int length)
 
static ReadOnlySpan< char > Trim (this ReadOnlySpan< char > span)
 
static ReadOnlySpan< char > TrimStart (this ReadOnlySpan< char > span)
 
static ReadOnlySpan< char > TrimEnd (this ReadOnlySpan< char > span)
 
static int IndexOf< T > (this ReadOnlySpan< T > span, T value)
 
static int IndexOfAny< T > (this ReadOnlySpan< T > span, ReadOnlySpan< T > values)
 
static bool SequenceEqual< T > (this ReadOnlySpan< T > span, ReadOnlySpan< T > other)
 
static bool StartsWith< T > (this ReadOnlySpan< T > span, ReadOnlySpan< T > value)
 
static bool EndsWith< T > (this ReadOnlySpan< T > span, ReadOnlySpan< T > value)
 
static Span< TAsSpan< T > (this T[] array, int start, int length)
 
static void CopyTo< T > (this T[] source, Span< T > destination)
 

Static Package Functions

static bool EqualsOrdinal (this ReadOnlySpan< char > span, ReadOnlySpan< char > value)
 
static bool EqualsOrdinalIgnoreCase (this ReadOnlySpan< char > span, ReadOnlySpan< char > value)
 
static bool Contains (this ReadOnlySpan< char > source, char value)
 

Static Private Member Functions

static bool IsTypeComparableAsBytes< T > ([Out] ulong size)
 

Detailed Description

Definition at line 8 of file MemoryExtensions.cs.


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