terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.MemoryExtensions Class Reference
+ Collaboration diagram for System.MemoryExtensions:

Static Public Member Functions

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

Static Package Functions

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

Static Private Member Functions

static bool IsTypeComparableAsBytes< T > (out ulong size)
 

Detailed Description

Definition at line 12 of file MemoryExtensions.cs.


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