Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Runtime.InteropServices.SequenceMarshal, including all inherited members.
TryGetArray< T >(ReadOnlySequence< T > sequence, out ArraySegment< T > segment) | System.Runtime.InteropServices.SequenceMarshal | inlinestatic |
TryGetReadOnlyMemory< T >(ReadOnlySequence< T > sequence, out ReadOnlyMemory< T > memory) | System.Runtime.InteropServices.SequenceMarshal | inlinestatic |
TryGetReadOnlySequenceSegment< T >(ReadOnlySequence< T > sequence, [NotNullWhen(true)] out ReadOnlySequenceSegment< T >? startSegment, out int startIndex, [NotNullWhen(true)] out ReadOnlySequenceSegment< T >? endSegment, out int endIndex) | System.Runtime.InteropServices.SequenceMarshal | inlinestatic |
TryRead< T >(ref SequenceReader< byte > reader, out T value) | System.Runtime.InteropServices.SequenceMarshal | inlinestatic |