vault backup: 2023-11-23 09:53:00
This commit is contained in:
parent
2ee026bf6f
commit
59212a8fc8
@ -17,7 +17,7 @@ We have 3 collections namespace in C#
|
|||||||
- System.Collections.Concurrent
|
- System.Collections.Concurrent
|
||||||
- As previous bu thread safe
|
- As previous bu thread safe
|
||||||
|
|
||||||
## Live coding
|
## Live coding - List
|
||||||
```csharp
|
```csharp
|
||||||
namespace Lecture;
|
namespace Lecture;
|
||||||
public static class Program {
|
public static class Program {
|
||||||
@ -47,3 +47,15 @@ public static class Program {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Live coding - Dictionary
|
||||||
|
```csharp
|
||||||
|
namespace Lecture;
|
||||||
|
public static class Program {
|
||||||
|
public static void Main() {
|
||||||
|
var dict = Dictionary<
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user