terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
This is the complete list of members for System.MemoryExtensions, including all inherited members.
AsSpan(this string text) | System.MemoryExtensions | inlinestatic |
AsSpan(this string text, int start) | System.MemoryExtensions | inlinestatic |
AsSpan(this string text, int start, int length) | System.MemoryExtensions | inlinestatic |
AsSpan< T >(this T[] array, int start) | System.MemoryExtensions | inlinestatic |
AsSpan< T >(this T[] array, int start, int length) | System.MemoryExtensions | inlinestatic |
Contains(this ReadOnlySpan< char > source, char value) | System.MemoryExtensions | inlinepackagestatic |
CopyTo< T >(this T[] source, Span< T > destination) | System.MemoryExtensions | inlinestatic |
EndsWith(this ReadOnlySpan< char > span, ReadOnlySpan< char > value, StringComparison comparisonType) | System.MemoryExtensions | inlinestatic |
EndsWith< T >(this ReadOnlySpan< T > span, ReadOnlySpan< T > value) | System.MemoryExtensions | inlinestatic |
EqualsOrdinal(this ReadOnlySpan< char > span, ReadOnlySpan< char > value) | System.MemoryExtensions | inlinepackagestatic |
EqualsOrdinalIgnoreCase(this ReadOnlySpan< char > span, ReadOnlySpan< char > value) | System.MemoryExtensions | inlinepackagestatic |
IndexOf< T >(this ReadOnlySpan< T > span, T value) | System.MemoryExtensions | inlinestatic |
IndexOfAny< T >(this ReadOnlySpan< T > span, ReadOnlySpan< T > values) | System.MemoryExtensions | inlinestatic |
IsTypeComparableAsBytes< T >([Out] ulong size) | System.MemoryExtensions | inlineprivatestatic |
SequenceEqual< T >(this ReadOnlySpan< T > span, ReadOnlySpan< T > other) | System.MemoryExtensions | inlinestatic |
StartsWith< T >(this ReadOnlySpan< T > span, ReadOnlySpan< T > value) | System.MemoryExtensions | inlinestatic |
ToUpperInvariant(this ReadOnlySpan< char > source, Span< char > destination) | System.MemoryExtensions | inlinestatic |
Trim(this ReadOnlySpan< char > span) | System.MemoryExtensions | inlinestatic |
TrimEnd(this ReadOnlySpan< char > span) | System.MemoryExtensions | inlinestatic |
TrimStart(this ReadOnlySpan< char > span) | System.MemoryExtensions | inlinestatic |