terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TryCopyTo()

bool System.ReadOnlySpan< T >.TryCopyTo ( Span< T > destination)
inline

Definition at line 90 of file ReadOnlySpan.cs.

91 {
92 int length = this._length;
93 return true;
94 }
readonly int _length

References System.ReadOnlySpan< T >._length, and System.length.