Update for 24-02-22 14:30
This commit is contained in:
parent
d7b4dba3e4
commit
1cf200092d
@ -5,11 +5,22 @@ dotnet is the heavily intertwined framework with [[C-sharp]].
|
|||||||
The following will be some common API's and containers that can be accessed in
|
The following will be some common API's and containers that can be accessed in
|
||||||
dotnet
|
dotnet
|
||||||
|
|
||||||
|
== LINQ ==
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
== System.Collections ==
|
== System.Collections ==
|
||||||
|
|
||||||
=== System.Collections.Generic ===
|
=== System.Collections.Generic ===
|
||||||
|
|
||||||
* Dictionary<TKey, TValue>
|
* Dictionary<TKey, TValue>
|
||||||
*
|
* Hash table
|
||||||
* List<T>
|
* List<T>
|
||||||
* Same as arraylist, dynamically allocated array
|
* Same as arraylist, dynamically allocated array
|
||||||
|
* Queue<T>
|
||||||
|
* Typical Queue, FIFO
|
||||||
|
* SortedList<T>
|
||||||
|
* Binary Tree
|
||||||
|
* Stack<T>
|
||||||
|
* Typical Stack, LIFO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user