rspec/rules/S2368/csharp/resources.adoc

7 lines
358 B
Plaintext
Raw Normal View History

2023-06-05 11:02:41 +02:00
== Resources
=== Documentation
* https://learn.microsoft.com/en-us/dotnet/standard/collections/[Collections and Data Structures]
* https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/arrays/jagged-arrays[Jagged Arrays]
* https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/arrays/multidimensional-arrays[Multidimensional Arrays]