File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ class ICollection~T~{
2+ <<Interface>>
3+ + <<get>> Count: int
4+ + <<get>> IsReadOnly: bool
5+ + Add(item: T)
6+ + Clear()
7+ + Contains(item: T): bool
8+ + CopyTo(array: T[], arrayIndex:int)
9+ + GetEnumerator(): IEnumerator
10+ + Remove(item: T): bool
11+ }
12+
13+
Original file line number Diff line number Diff line change @@ -87,4 +87,4 @@ Note that
8787
8888!include diag/cla/Shape.md
8989
90- [ in this archive] ( ./code/projects/Shape.zip )
90+ Find a project implementing this diagram [ in this archive] ( ./code/projects/Shape.zip )
Original file line number Diff line number Diff line change 6060./lectures/data/manipulating_rectangular_arrays.md
6161./lectures/data/lists.md
6262./lectures/data/CList.md
63+ ./lectures/data/CList_as_ICollection.md
6364./lectures/misc/
6465./lectures/misc/over_under_flow.md
6566./lectures/misc/random.md
You can’t perform that action at this time.
0 commit comments