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

◆ operator Memory< T >() [2/2]

static implicit System.Memory< T >.operator Memory< T > ( T?[] array)
inlinestatic

Definition at line 165 of file Memory.cs.

166 {
167 return new Memory<T>(array);
168 }

References System.array.