We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73feb87 commit f314f08Copy full SHA for f314f08
1 file changed
source/diag/cla/ICollection.txt
@@ -1,13 +1,13 @@
1
class ICollection~T~{
2
<<Interface>>
3
- + <<get>> Count: int
4
- + <<get>> IsReadOnly: bool
+ + «get» Count: int
+ + «get» IsReadOnly: bool
5
+ Add(item: T)
6
+ Clear()
7
- + Contains(item: T): bool
+ + Contains(item: T) bool
8
+ CopyTo(array: T[], arrayIndex:int)
9
- + GetEnumerator(): IEnumerator
10
- + Remove(item: T): bool
+ + GetEnumerator() IEnumerator
+ + Remove(item: T) bool
11
}
12
13
0 commit comments