Array slices in C# - Stack Overflow

Array slices in C# - Stack Overflow

瀏覽:450
日期:2026-04-22
How do you do it? Given a byte array: byte[] foo = new byte[4096]; How would I get the first x bytes of the array as a separate array? (Specifically, I need it as an IEnumerable< ......看更多