Skip to content

Commit e987f7c

Browse files
simplify using
1 parent 16dc9ec commit e987f7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

1_CS/Collections/ImmutableCollectionSample/GlobalUsings.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

1_CS/Collections/ImmutableCollectionSample/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
SimpleArrayDemo();
1+
using System.Collections.Immutable;
2+
3+
SimpleArrayDemo();
24
ImmutableList<Account> accounts = CreateImmutableList();
35
UsingABuilder(accounts);
46
LinqDemo();

0 commit comments

Comments
 (0)