Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryRead< T >()

static bool System.Runtime.InteropServices.SequenceMarshal.TryRead< T > ( ref SequenceReader< byte > reader,
out T value )
inlinestatic
Type Constraints
T :unmanaged 

Definition at line 29 of file SequenceMarshal.cs.

29 : unmanaged
30 {
31 return reader.TryRead<T>(out value);
32 }

References System.value.