Arrays doesn’t stop with simple arrays;, you learn using multidimensional and jagged arrays, use the Span
type to access arrays,
This Chapter contains the following code samples:
- SimpleArrays (creating simple arrays, two-dimensional arrays, three-dimensional arrays, jagged arrays)
- SortingSample (sorting collections using IComparable, IComparer)
- YieldSample (using the yield keyword)
- SpanSample (using Span with arrays)
- IndicesAndRanges (indices and ranges operators with arrays)
- ArrayPoolSample (ArrayPool)
- BitArraySample (BitArray)
For code comments and issues please check Professional C#'s GitHub Repository
Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.
Thank you!