-
I notice that Stephen Toub says that
Is that true and if so can I have an example? The compiler objects if I try something simple like:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Ok found it. |
Beta Was this translation helpful? Give feedback.
-
Note that For example, if you use |
Beta Was this translation helpful? Give feedback.
-
If |
Beta Was this translation helpful? Give feedback.
Ok found it.
Span<int> t = MemoryMarshal.Cast<byte, int>(s);