vimwiki/tech/dotnet.wiki

16 lines
317 B
Plaintext
Raw Normal View History

2022-02-24 19:15:01 +00:00
= dotnet =
dotnet is the heavily intertwined framework with [[C-sharp]].
The following will be some common API's and containers that can be accessed in
dotnet
== System.Collections ==
=== System.Collections.Generic ===
* Dictionary<TKey, TValue>
*
* List<T>
* Same as arraylist, dynamically allocated array