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

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

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

Definition at line 110 of file ReadOnlyMemory.cs.

111 {
112 return new ReadOnlyMemory<T>(array);
113 }

References System.array.