Skip to content

Commit f314f08

Browse files
ClémentClément
authored andcommitted
Fixing ICollection diagram.
1 parent 73feb87 commit f314f08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/diag/cla/ICollection.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class ICollection~T~{
22
<<Interface>>
3-
+ <<get>> Count: int
4-
+ <<get>> IsReadOnly: bool
3+
+ «get» Count: int
4+
+ «get» IsReadOnly: bool
55
+ Add(item: T)
66
+ Clear()
7-
+ Contains(item: T): bool
7+
+ Contains(item: T) bool
88
+ CopyTo(array: T[], arrayIndex:int)
9-
+ GetEnumerator(): IEnumerator
10-
+ Remove(item: T): bool
9+
+ GetEnumerator() IEnumerator
10+
+ Remove(item: T) bool
1111
}
1212

1313

0 commit comments

Comments
 (0)