vimwiki/tech/dotnet.wiki

16 lines
317 B
Plaintext

= 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