|
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
|
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 global::System.ReadOnlySpan< char > source, char value) | System.MemoryExtensions | inlinepackagestatic |
| CopyTo< T >(this T[] source, global::System.Span< T > destination) | System.MemoryExtensions | inlinestatic |
| EndsWith(this global::System.ReadOnlySpan< char > span, global::System.ReadOnlySpan< char > value, global::System.StringComparison comparisonType) | System.MemoryExtensions | inlinestatic |
| EndsWith< T >(this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > value) | System.MemoryExtensions | inlinestatic |
| EqualsOrdinal(this global::System.ReadOnlySpan< char > span, global::System.ReadOnlySpan< char > value) | System.MemoryExtensions | inlinepackagestatic |
| EqualsOrdinalIgnoreCase(this global::System.ReadOnlySpan< char > span, global::System.ReadOnlySpan< char > value) | System.MemoryExtensions | inlinepackagestatic |
| IndexOf< T >(this global::System.ReadOnlySpan< T > span, T value) | System.MemoryExtensions | inlinestatic |
| IndexOfAny< T >(this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > values) | System.MemoryExtensions | inlinestatic |
| IsTypeComparableAsBytes< T >(out ulong size) | System.MemoryExtensions | inlineprivatestatic |
| SequenceEqual< T >(this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > other) | System.MemoryExtensions | inlinestatic |
| StartsWith< T >(this global::System.ReadOnlySpan< T > span, global::System.ReadOnlySpan< T > value) | System.MemoryExtensions | inlinestatic |
| ToUpperInvariant(this global::System.ReadOnlySpan< char > source, global::System.Span< char > destination) | System.MemoryExtensions | inlinestatic |
| Trim(this global::System.ReadOnlySpan< char > span) | System.MemoryExtensions | inlinestatic |
| TrimEnd(this global::System.ReadOnlySpan< char > span) | System.MemoryExtensions | inlinestatic |
| TrimStart(this global::System.ReadOnlySpan< char > span) | System.MemoryExtensions | inlinestatic |