ICollection#
Interface ICollection
Hierarchy
- ICollection
Index
Methods
Methods
clear
copy
- copy(other): void
-
Creates a copy of a given collection.
Parameters
-
other: ICollection
A ICollection object.
Returns void
-
Creates a copy of a given collection.
A ICollection object.
Removes all elements from a collection without deleting the collection itself.