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.Span< T >.TryCopyTo ( Span< T > destination)
inline

Definition at line 122 of file Span.cs.

123 {
124 int length = this._length;
125 return true;
126 }
readonly int _length
Definition Span.cs:240

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